We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b35cb5b + 553b49c commit a3e20a8Copy full SHA for a3e20a8
helm-charts/0.21.0/charts/sentinel/templates/identity.yaml
@@ -23,5 +23,5 @@ spec:
23
app.kubernetes.io/name: {{ include "sentinel.fullname" . }}
24
app.kubernetes.io/part-of: {{ .Values.global.vsecm.namespace }}
25
workloadSelectorTemplates:
26
- - "k8s:ns:{{`{{ .PodMeta.Namespace }}`}}"
27
- - "k8s:sa:{{`{{ .PodSpec.ServiceAccountName }}`}}"
+ - "k8s:ns:{{ .Values.global.vsecm.namespace }}"
+ - "k8s:sa:{{ include "sentinel.serviceAccountName" . }}"
0 commit comments