minikube addons enable ingress
kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml brew install argocd kubectl apply -f argocd-ingress.yaml -n argocd echo "$(minikube ip) argocd.local" | sudo tee -a /etc/hosts argocd admin initial-password -n argocd
helm repo add awx-operator https://ansible-community.github.io/awx-operator-helm/ helm install awx-operator awx-operator/awx-operator -n awx --create-namespace kubectl apply -f awx.yaml -n awx kubectl apply -f awx-ingress.yaml -n awx echo "$(minikube ip) awx.local" | sudo tee -a /etc/hosts
helm repo add backstage https://backstage.github.io/charts kubectl create namespace backstage helm upgrade -i backstage backstage/backstage -n backstage echo "$(minikube ip) backstage.local" | sudo tee -a /etc/hosts
kubectl apply -f
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.17/releases/cnpg-1.17.5.yaml
kubectl get deploy -n cnpg-system cnpg-controller-manager
helm repo add gitlab https://charts.gitlab.io/ argocd app create netbox --repo https://github.com/bkampsnl/k8s --path netbox --dest-server https://kubernetes.default.svc --dest-namespace netbox argocd app sync netbox
helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update
argocd app create keycloak --repo https://github.com/bkampsnl/k8s --path keycloak --dest-server https://kubernetes.default.svc --dest-namespace keycloak argocd app sync keycloak