Skip to content

Commit

Permalink
190: Fixing sentinal and safe's identify yaml (#232)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Sharma <abhishek44sharma@gmail.com>
  • Loading branch information
abhishek44sharma authored Sep 1, 2023
1 parent c071e9d commit 3d3f934
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm-charts/0.21.0/charts/safe/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 "safe.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 "safe.serviceAccountName" . }}"
2 changes: 1 addition & 1 deletion helm-charts/0.21.0/charts/safe/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ serviceAccount:
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
name: "vsecm-safe"

podAnnotations: {}

Expand Down
2 changes: 1 addition & 1 deletion helm-charts/0.21.0/charts/sentinel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serviceAccount:
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
name: "vsecm-sentinel"

podAnnotations: {}

Expand Down

0 comments on commit 3d3f934

Please # to comment.