khuedoan-homelab/bootstrap/argocd/kustomization.yaml

11 lines
305 B
YAML
Raw Normal View History

2021-08-22 17:40:38 +07:00
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
namespace: argocd