Skip to content

Commit

Permalink
fix: deployment issues with the new roles added for the license info …
Browse files Browse the repository at this point in the history
…and diagnostic tooling (#14342)

Co-authored-by: perangel <[email protected]>
  • Loading branch information
malikdiarra and perangel committed Oct 25, 2024
1 parent b594165 commit fac83ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/airbyte/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ subjects:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
{{- include "airbyte.labels" . | nindent 4 }}
name: node-viewer
rules:
- apiGroups: [""]
Expand All @@ -60,6 +62,8 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
{{- include "airbyte.labels" . | nindent 4 }}
name: {{ include "airbyte.serviceAccountName" . }}-admin-node-viewer
subjects:
- kind: ServiceAccount
Expand Down

0 comments on commit fac83ae

Please sign in to comment.