initial commit

This commit is contained in:
2026-01-12 17:55:49 +11:00
commit 4f9a075674
6 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: okd-platform
annotations:
argocd.argoproj.io/sync-wave: "-10"
spec:
orphanedResources:
warn: false # Disable warning
project: infrastructure
destination:
server: https://kubernetes.default.svc
source:
repoURL: https://gitea.apilab.us/cscott/okd-platform.git
targetRevision: main
path: manifests
syncPolicy:
automated:
prune: true
selfHeal: false
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- PruneLast=true