apps
infrastructure
argocd
argo-apps.application.yaml
argocd.configmap.yaml
bootstrap-repo.sealedsecret.yaml
ingress.yaml
known-hosts.configmap.yaml
kustomization.yaml
namespace.yaml
backup
external
external-dns
gitea
metallb-system
nfs-provisioner
pg-ha
postgres
prometheus
renovate
sealedsecrets
traefik-system
kluster-deployments
.gitignore
.gitmodules
README.md
renovate.json
19 lines
399 B
YAML
19 lines
399 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: argo-apps
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: git@github.com:moll-re/bootstrap-k3s-infra.git
|
|
targetRevision: main
|
|
path: kluster-deployments
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: argocd
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
# selfHeal: true
|