osmos-infra/argocd-apps/environment-provisioner.yaml
2026-01-16 16:22:51 +05:30

27 lines
734 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: environment-provisioner-infra
namespace: argocd
labels:
app.kubernetes.io/name: environment-provisioner
app.kubernetes.io/component: infrastructure
app.kubernetes.io/managed-by: argocd
spec:
project: default
source:
# Update this URL to point to your osmos-infra repository in Gitea
repoURL: https://gitea.os-tf-qa.onlinesales.ai/giteaAdmin/osmos-infra.git
targetRevision: HEAD
path: environment-provisioner
destination:
server: https://kubernetes.default.svc
namespace: argo
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true