Skip to content

Commit

Permalink
Merge pull request #238 from vmware-tanzu/topic/abhishek/190
Browse files Browse the repository at this point in the history
190: Adding variables in ClusterSPIFFEID identity for sentinel
  • Loading branch information
abhishek44sharma authored Sep 7, 2023
2 parents b35cb5b + 553b49c commit a3e20a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-charts/0.21.0/charts/sentinel/templates/identity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ spec:
app.kubernetes.io/name: {{ include "sentinel.fullname" . }}
app.kubernetes.io/part-of: {{ .Values.global.vsecm.namespace }}
workloadSelectorTemplates:
- "k8s:ns:{{`{{ .PodMeta.Namespace }}`}}"
- "k8s:sa:{{`{{ .PodSpec.ServiceAccountName }}`}}"
- "k8s:ns:{{ .Values.global.vsecm.namespace }}"
- "k8s:sa:{{ include "sentinel.serviceAccountName" . }}"

0 comments on commit a3e20a8

Please sign in to comment.