fix: explicit kubeconfig path
This commit is contained in:
@@ -66,5 +66,6 @@ jobs:
|
||||
- name: Deploy na k3s
|
||||
run: |
|
||||
kubectl --kubeconfig=$HOME/.kube/config apply -f k8s/ --validate=false
|
||||
kubectl --kubeconfig=$HOME/.kube/config rollout status deployment/hello-cicd -n student-sz11zs --timeout=120s
|
||||
kubectl --kubeconfig=$HOME/.kube/config rollout status deployment/hello-cicd \
|
||||
-n student-sz11zs --timeout=120s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user