use kubeconfig env variable

This commit is contained in:
Waylon Walker 2023-10-22 19:47:56 -05:00
parent 8a7876b841
commit fc8643f0f7
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
2 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,6 @@ convert:
deploy:
kubectl apply -f deployment.yaml
viz:
k8sviz -n ntfy --kubeconfig ~/.config/kube/falcon-k3s.yaml -t png -o ntfy-k8s.png
k8sviz -n ntfy --kubeconfig $KUBECONFIG -t png -o ntfy-k8s.png
restart:
kubectl rollout restart -n ntfy deployment/ntfy