Unverified Commit 209783dd authored by Julien Mancuso's avatar Julien Mancuso Committed by GitHub
Browse files

fix: fix kubectl image (#4157)


Signed-off-by: default avatarJulien Mancuso <jmancuso@nvidia.com>
parent a629b86a
...@@ -67,7 +67,7 @@ spec: ...@@ -67,7 +67,7 @@ spec:
echo "SSH keys generated and saved to shared volume" echo "SSH keys generated and saved to shared volume"
containers: containers:
- name: kubectl-create-secret - name: kubectl-create-secret
image: bitnamisecure/kubectl:latest image: alpine/k8s:1.34.1
volumeMounts: volumeMounts:
- name: shared - name: shared
mountPath: /shared mountPath: /shared
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment