Skip to content

Commit

Permalink
Merge pull request #12 from DovnarAlexander/patch-1
Browse files Browse the repository at this point in the history
fix(rbac): Added Namespace from vars
  • Loading branch information
texano00 authored Jun 18, 2024
2 parents 867ddce + cdb44e4 commit 5976f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/urunner/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: {{ include "urunner.serviceAccountName" . }}
namespace: urunner
namespace: {{ .Release.Namespace | quote }}
apiGroup: ""
roleRef:
kind: ClusterRole
Expand Down

0 comments on commit 5976f99

Please sign in to comment.