Skip to content

Commit 70724f3

Browse files
author
scrungus
committed
kubconfig location
1 parent 199777f commit 70724f3

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
@@ -258,7 +258,7 @@ jobs:
258258
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
259259
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
260260
$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
261+
/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
262262
env:
263263
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
264264

0 commit comments

Comments
 (0)