Skip to content

Commit

Permalink
Fix ssh-git-servers-secret mountPath (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
daixijun authored Sep 26, 2024
1 parent ea30ca7 commit b3f8b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/athens-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ spec:
{{- range $server := .Values.sshGitServers }}
{{- if $server.existingSecret }}
- name: ssh-git-servers-secret-{{ $server.host | replace "." "-" }}
mountPath: "/root/.ssh/id_rsa-{{ $server.host }}"
mountPath: {{ include "home" $ }}/.ssh/id_rsa-{{ $server.host }}
subPath: {{ $server.existingSecret.subPath | quote }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit b3f8b14

Please sign in to comment.