Skip to content

Commit

Permalink
explicit location on external repos
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Oct 1, 2024
1 parent d56b272 commit 1f255e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/door.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
name: certs
{{- if .Values.services.sshAdmin.enabled }}
- name: gen-ssh-key
image: kroniak/ssh-client
image: docker.io/kroniak/ssh-client
command: ['sh', '-c', "ssh-keygen -t rsa -b 2048 -N '' -f /etc/grid-security/ssh_host_rsa_key; chown 994:1000 /etc/grid-security/ssh_host_rsa_key"]
volumeMounts:
- mountPath: /etc/grid-security
Expand Down

0 comments on commit 1f255e6

Please sign in to comment.