Some minor fixes
This commit is contained in:
@ -22,7 +22,7 @@ spec:
|
||||
image: alpine/k8s:1.29.2
|
||||
script: |-
|
||||
#!/bin/bash
|
||||
if kubectl get secret "$(params.environment)-ssh"; then
|
||||
if kubectl get secret "$(params.environment)-ssh" --namespace "$(params.namespace)"; then
|
||||
echo 1 > /tmp/outputs/ready
|
||||
fi
|
||||
- name: prepare-ssh-key
|
||||
|
Reference in New Issue
Block a user