Skip to content

Commit b3f8b14

Browse files
authored
Fix ssh-git-servers-secret mountPath (#89)
1 parent ea30ca7 commit b3f8b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/athens-proxy/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ spec:
247247
{{- range $server := .Values.sshGitServers }}
248248
{{- if $server.existingSecret }}
249249
- name: ssh-git-servers-secret-{{ $server.host | replace "." "-" }}
250-
mountPath: "/root/.ssh/id_rsa-{{ $server.host }}"
250+
mountPath: {{ include "home" $ }}/.ssh/id_rsa-{{ $server.host }}
251251
subPath: {{ $server.existingSecret.subPath | quote }}
252252
{{- end }}
253253
{{- end }}

0 commit comments

Comments
 (0)