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