Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 282 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 282 Bytes

homelab-cluster

related to k8 cluster configuration

helpful commands:

remove finalizer in argo to un-stick deletes:

kubectl patch applications.argoproj.io/<application-name> -n argocd --type json --patch='[ { "op": "remove", "path": "/metadata/finalizers" } ]'