We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70dd59 commit 843c240Copy full SHA for 843c240
charts/k8s-dev-pod/templates/deployment.yaml
@@ -41,7 +41,7 @@ spec:
41
secretName: {{ .Values.existingAuthorizedKeySecretName }}
42
{{- end }}
43
{{- if .Values.volumes }}
44
- {{- toYaml .Values.volumes | nindent 8 }}
+ {{- toYaml .Values.volumes | nindent 6 }}
45
46
{{- if .Values.tailscale.enabled }}
47
serviceAccountName: "tailscale-sa"
0 commit comments