Skip to content

Commit

Permalink
rename roles for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
abimichel committed Oct 10, 2024
1 parent 2e89790 commit 236827a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openshift/airflow-admin-role.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: airflow-and-airbyte-admin
name: airflow
rules:
- verbs:
- get
Expand Down
2 changes: 1 addition & 1 deletion openshift/airflow-role-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ subjects:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: airflow-and-airbyte-admin
name: airflow

0 comments on commit 236827a

Please sign in to comment.