diff --git a/templates/door.yaml b/templates/door.yaml index 02927fd..6772a25 100644 --- a/templates/door.yaml +++ b/templates/door.yaml @@ -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