2021-08-24 02:16:21 +07:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
resources:
|
|
|
|
- namespace.yaml
|
2021-11-17 15:06:11 +07:00
|
|
|
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.2.0-rc1/manifests/install.yaml # TODO switch back to stable
|
2021-11-26 12:26:16 +07:00
|
|
|
- https://raw.githubusercontent.com/argoproj-labs/applicationset/master/manifests/install.yaml # TODO switch back to stable
|
2021-08-24 02:16:21 +07:00
|
|
|
- ingress.yaml
|
|
|
|
|
2021-08-24 02:26:55 +07:00
|
|
|
patches:
|
|
|
|
- path: argocd-server-deployment-patch.yaml
|
2021-09-24 20:08:45 +07:00
|
|
|
- path: argocd-cm-patch.yaml
|
2021-08-24 02:26:55 +07:00
|
|
|
|
2021-08-24 02:16:21 +07:00
|
|
|
namespace: argocd
|