Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit 2b54f34

Browse files
authored
fix(chart): remove one of the duplicate securityContext (#222)
1 parent db3491b commit 2b54f34

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

charts/kubernetes-external-secrets/templates/deployment.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ spec:
2424
{{- end }}
2525
spec:
2626
serviceAccountName: {{ template "kubernetes-external-secrets.serviceAccountName" . }}
27-
{{- if .Values.securityContext }}
28-
securityContext: {{ toYaml .Values.securityContext | nindent 8 }}
29-
{{- end }}
3027
containers:
3128
- name: {{ .Chart.Name }}
3229
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"

0 commit comments

Comments
 (0)