Linting fixes
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-03-23 13:38:13 -04:00
parent eec9ab2bdb
commit a67584dc01
2 changed files with 4 additions and 1 deletions

View File

@@ -18,7 +18,9 @@ steps:
TOKEN:
from_secret: clusterprism_halloween_kubernetes_token
commands:
- kubectl config set-cluster clusterprism --server=https://192.168.1.201:6443
- |
kubectl config set-cluster clusterprism
--server=https://192.168.1.201:6443
- kubectl config set-credentials drone-halloween --token=$TOKEN
- |
kubectl config set-context clusterprism --user=drone-halloween