mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 14:33:52 +07:00
14 lines
359 B
YAML
14 lines
359 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
|
- https://raw.githubusercontent.com/argoproj-labs/applicationset/stable/manifests/install.yaml
|
|
- ingress.yaml
|
|
|
|
patches:
|
|
- path: argocd-server-deployment-patch.yaml
|
|
|
|
namespace: argocd
|