20 lines
524 B
YAML
20 lines
524 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: false
|
|
# DO NOT AUTO SYNC THE APP OF APPS.
|
|
# all other apps are auto-synced, but adding new apps should be done manually. |