Skip to content

Commit

Permalink
Removes duplicated volumeMounts yaml (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblane-digicatapult committed Jul 21, 2022
1 parent 314bdbe commit a53f0ba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions helm/charts/hydra/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,6 @@ spec:
{{- with .Values.deployment.extraEnv }}
{{- toYaml . | nindent 12 }}
{{- end }}
volumeMounts:
- name: {{ include "hydra.name" . }}-config-volume
mountPath: /etc/config
readOnly: true
{{- if .Values.deployment.extraVolumeMounts }}
{{- toYaml .Values.deployment.extraVolumeMounts | nindent 14 }}
{{- end }}
{{- end }}
{{- if .Values.deployment.extraInitContainers }}
{{- tpl .Values.deployment.extraInitContainers . | nindent 8 }}
Expand Down

0 comments on commit a53f0ba

Please sign in to comment.