We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199777f commit 70724f3Copy full SHA for 70724f3
.github/workflows/stackhpc-capi-all-in-one.yml
@@ -258,7 +258,7 @@ jobs:
258
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
259
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
260
$KAYOBE_IMAGE \
261
- /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-host-command-run.sh --command 'kubectl --kubeconfig /etc/rancher/k3s/k3s.yaml get ns' -l controllers --show-output
+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-host-command-run.sh --command 'kubectl --kubeconfig /home/stack/.kube/config get ns' -l controllers --show-output
262
env:
263
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
264
0 commit comments