add kustomize to the devops packages

This commit is contained in:
JesseBot 2023-08-08 16:14:59 +02:00
parent 540fa55ade
commit 3fc92244d9

View file

@ -142,6 +142,8 @@ brew:
- k9s
# package manager for k8s
- helm
# for kustomize k8s manifest directories
- kustomize
# gitops continuous delivery for k8s configs
- argocd
# KinD (Kubernetes in Docker), for small k8s clusters for testing