prole/deploy/opentofu/k3s/argocd/application-opentofu.yaml

21 lines
449 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: knoe-opentofu
namespace: argocd
spec:
project: default
source:
repoURL: git@github.com:dredx/knoe.git
targetRevision: main
path: deploy/opentofu/k3s/manifests/opentofu
destination:
server: https://myrddin.knoe.org:6443
namespace: knoe-db
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true