adding kustomization
This commit is contained in:
@@ -12,6 +12,8 @@ minikube addons enable ingress-dns;
|
||||
# namespaces
|
||||
kubectl create namespace argocd --dry-run=client -o yaml | kubectl apply -f -;
|
||||
kubectl create namespace ai --dry-run=client -o yaml | kubectl apply -f -;
|
||||
# argo workflows namespace (for cronworkflows/workflows + templates)
|
||||
kubectl create namespace argo --dry-run=client -o yaml | kubectl apply -f -;
|
||||
|
||||
# install argo cd (stable manifest)
|
||||
# https://argo-cd.readthedocs.io/en/stable/operator-manual/installation/
|
||||
|
||||
Reference in New Issue
Block a user