argo-cd/manifests/ha/base/controller-deployment/kustomization.yaml
Ishita Sequeira c29f6da00c
separate application controller roles into a separate manifests directory (#16884)
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
2024-01-22 15:39:56 -05:00

22 lines
577 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
patches:
- path: argocd-application-controller-statefulset.yaml
- path: argocd-repo-server-deployment.yaml
- path: argocd-server-deployment.yaml
- path: argocd-cmd-params-cm.yaml
images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: latest
resources:
- ../../../base/application-controller-deployment
- ../../../base/applicationset-controller
- ../../../base/dex
- ../../../base/repo-server
- ../../../base/server
- ../../../base/config
- ../../../base/notification
- ../redis-ha