Skip to content

Commit

Permalink
fix(helm): use release namespace instead of hard coded namespace (#14…
Browse files Browse the repository at this point in the history
…464)
  • Loading branch information
perangel committed Oct 25, 2024
1 parent 336fec4 commit b594165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/airbyte/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: {{ include "airbyte.serviceAccountName" . }}
namespace: ab
namespace: {{ .Release.Namespace }}
roleRef:
kind: ClusterRole
name: node-viewer
Expand Down

0 comments on commit b594165

Please sign in to comment.