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

Commit

Permalink
fix(chart): remove one of the duplicate securityContext (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flydiverny authored Nov 17, 2019
1 parent db3491b commit 2b54f34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charts/kubernetes-external-secrets/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ spec:
{{- end }}
spec:
serviceAccountName: {{ template "kubernetes-external-secrets.serviceAccountName" . }}
{{- if .Values.securityContext }}
securityContext: {{ toYaml .Values.securityContext | nindent 8 }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
Expand Down

0 comments on commit 2b54f34

Please sign in to comment.