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 d35a7a8 commit 62f36b0Copy full SHA for 62f36b0
Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v2
2
name: servicetpl
3
description: A Helm chart for services running on Kubernetes
4
5
-version: 0.16.1
+version: 0.16.2
templates/deployment.yaml
@@ -91,7 +91,9 @@ spec:
91
volumeMounts:
92
{{- range $key, $val := .Values.secrets_volume }}
93
- name: secrets
94
- mountPath: "/var/run/secrets/"
+ mountPath: /var/run/secrets/{{ $key }}
95
+ subPath: {{ $key }}
96
+ readOnly: true
97
{{- end -}}
98
99
0 commit comments