10 lines
243 B
YAML
10 lines
243 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: argocd
|
|
|
|
resources:
|
|
- base/argo-cd-namespace.yaml
|
|
- https://raw.githubusercontent.com/argoproj/argo-cd/master/manifests/ha/install.yaml
|
|
- base/argo-cd-app-of-apps.yaml
|