mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
15 lines
450 B
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
|