From 1f255e63ca11b299e09f80ab9ed452e1fb66398f Mon Sep 17 00:00:00 2001 From: Tigran Mkrtchyan Date: Tue, 1 Oct 2024 13:24:19 +0200 Subject: [PATCH] explicit location on external repos --- templates/door.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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