We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea30ca7 commit b3f8b14Copy full SHA for b3f8b14
charts/athens-proxy/templates/deployment.yaml
@@ -247,7 +247,7 @@ spec:
247
{{- range $server := .Values.sshGitServers }}
248
{{- if $server.existingSecret }}
249
- name: ssh-git-servers-secret-{{ $server.host | replace "." "-" }}
250
- mountPath: "/root/.ssh/id_rsa-{{ $server.host }}"
+ mountPath: {{ include "home" $ }}/.ssh/id_rsa-{{ $server.host }}
251
subPath: {{ $server.existingSecret.subPath | quote }}
252
{{- end }}
253
0 commit comments