Skip to content

Commit

Permalink
change to helm
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus committed Jul 5, 2023
1 parent 4ce9c37 commit d73fdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-capi-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
$KAYOBE_IMAGE \
/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
/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
env:
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}

Expand Down

0 comments on commit d73fdda

Please sign in to comment.