khuedoan-homelab/bootstrap/argocd/kustomization.yaml

15 lines
450 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.2.0-rc1/manifests/install.yaml # TODO switch back to stable
- https://raw.githubusercontent.com/argoproj-labs/applicationset/master/manifests/install.yaml # TODO switch back to stable
- ingress.yaml
patches:
- path: argocd-server-deployment-patch.yaml
- path: argocd-cm-patch.yaml
namespace: argocd