mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
21 lines
437 B
YAML
21 lines
437 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: knoe-db
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: git@github.com:dredx/knoe.git
|
|
targetRevision: main
|
|
path: deploy/opentofu/k3s/manifests/db
|
|
destination:
|
|
server: https://myrddin.knoe.org:6443
|
|
namespace: knoe-db
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|