Skip to content

Commit d73fdda

Browse files
author
scrungus
committed
change to helm
1 parent 4ce9c37 commit d73fdda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-capi-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
292292
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
293293
$KAYOBE_IMAGE \
294-
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-host-command-run.sh --command 'sudo docker exec -t magnum_conductor bash -c "kubectl --kubeconfig /etc/magnum/kubeconfig get ns"' -l controllers --show-output
294+
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-host-command-run.sh --command 'sudo docker exec -t magnum_conductor bash -c "helm --kubeconfig /etc/magnum/kubeconfig ls -Aa~"' -l controllers --show-output
295295
env:
296296
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
297297

0 commit comments

Comments
 (0)