[ci skip] update kubectl skill to use local kubeconfig

This commit is contained in:
Viktor Barzin 2026-02-07 13:42:35 +00:00
parent 5b9c6484a1
commit b5a74c2016

View file

@ -3,7 +3,7 @@
Run kubectl commands on the cluster.
```bash
kubectl $ARGUMENTS
kubectl --kubeconfig $(pwd)/config $ARGUMENTS
```
Examples: