add k3d to devops packages for onboardme

This commit is contained in:
JesseBot 2024-04-14 07:49:53 +02:00
parent a281a8d6fc
commit 017b058beb

View file

@ -158,6 +158,8 @@ brew:
- argocd
# KinD (Kubernetes in Docker), for small k8s clusters for testing
- kind
# k3s (slim k8s) in docker
- k3d
# generating SSL certs and random strings
- openssl@3
# Bitnami sealed-secrets cli: encrypt secrets in yaml files for gitops