23 lines
660 B
YAML
23 lines
660 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: argocd
|
|
resources:
|
|
- namespace.yaml
|
|
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/install.yaml
|
|
- ingress.yaml
|
|
- argo-apps.application.yaml
|
|
- bootstrap-repo.sealedsecret.yaml
|
|
- argocd-oauth.sealedsecret.yaml
|
|
- servicemonitor.yaml
|
|
# DID NOT FIX RELOAD LOOPS
|
|
# - github.com/argoproj/argo-cd/examples/k8s-rbac/argocd-server-applications?ref=master
|
|
|
|
|
|
patches:
|
|
- path: argocd.configmap.yaml
|
|
- path: known-hosts.configmap.yaml
|
|
- path: argocd-oauth.configmap.yaml
|
|
- path: argocd-rbac.configmap.yaml
|
|
- path: argocd-cmd-params.configmap.yaml
|