Add ArgoCD
This commit is contained in:
8
clusters/my-cluster/argocd/kustomization.yaml
Normal file
8
clusters/my-cluster/argocd/kustomization.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: argocd
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
||||
- ingress.yaml
|
Reference in New Issue
Block a user