[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 2d95861add
commit 4d0d2a3568
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

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