Skip to content

Commit

Permalink
typo: should be volumeMounts not volumes
Browse files Browse the repository at this point in the history
Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 committed Feb 14, 2024
1 parent 7c9c6da commit 7b9761a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heimdall2/templates/heimdall-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
image: "{{ .Values.certs.image.repository }}:{{ .Values.certs.image.tag }}"
imagePullPolicy: {{ .Values.certs.image.pullPolicy }}
command: {{ .Values.certs.command }}
volumes:
volumeMounts:
- name: injectedCerts
mountPath: {{ .Values.certs.injectedCertsMountPath }}
{{- range .Values.certs.processedCertsMountPaths }}
Expand Down

0 comments on commit 7b9761a

Please sign in to comment.