Skip to content

Commit 843c240

Browse files
correct indentation for optionally provided extra volumes. (#125)
1 parent a70dd59 commit 843c240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/k8s-dev-pod/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
secretName: {{ .Values.existingAuthorizedKeySecretName }}
4242
{{- end }}
4343
{{- if .Values.volumes }}
44-
{{- toYaml .Values.volumes | nindent 8 }}
44+
{{- toYaml .Values.volumes | nindent 6 }}
4545
{{- end }}
4646
{{- if .Values.tailscale.enabled }}
4747
serviceAccountName: "tailscale-sa"

0 commit comments

Comments
 (0)