16 lines
363 B
YAML
16 lines
363 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: argocd
|
|
resources:
|
|
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
|
- namespace.yaml
|
|
- ingress.yaml
|
|
- argo-apps.application.yaml
|
|
- bootstrap-repo.sealedsecret.yaml
|
|
|
|
|
|
patches:
|
|
- path: known-hosts.configmap.yaml
|
|
- path: argocd.configmap.yaml
|