12 lines
264 B
YAML
12 lines
264 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: argocd
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
# ArgoCD installation
|
|
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.0/manifests/install.yaml
|
|
# Bootstrap the app-of-apps
|
|
- argocd
|