apps
infrastructure
argocd
argo-apps.application.yaml
argocd-cmd-params.configmap.yaml
argocd-oauth.configmap.yaml
argocd-oauth.sealedsecret.yaml
argocd-rbac.configmap.yaml
argocd.configmap.yaml
bootstrap-repo.sealedsecret.yaml
ingress.yaml
known-hosts.configmap.yaml
kustomization.yaml
namespace.yaml
servicemonitor.yaml
authelia
backup
external
external-dns
gitea
metallb-system
monitoring
nfs-provisioner
pg-ha
renovate
sealedsecrets
traefik-system
kluster-deployments
.gitignore
README.md
renovate.json
21 lines
546 B
YAML
21 lines
546 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: argocd
|
|
resources:
|
|
- namespace.yaml
|
|
- https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v2.13.3
|
|
- ingress.yaml
|
|
- argo-apps.application.yaml
|
|
- bootstrap-repo.sealedsecret.yaml
|
|
- argocd-oauth.sealedsecret.yaml
|
|
- servicemonitor.yaml
|
|
|
|
|
|
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
|