Skip to content

Commit

Permalink
fix: namespace handling
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Jan 15, 2024
1 parent 07c1fc5 commit 3883ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cert-secret-syncer/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: {{ include "..serviceAccountName" . }}
namespace: {{ Release.Namespace }}
namespace: {{ .Release.Namespace }}
roleRef:
kind: ClusterRole
name: {{ include "..serviceAccountName" . }}
Expand Down

0 comments on commit 3883ccb

Please sign in to comment.