stacks-instances/otc/localtest.me/work/registry/ref-implementation.yaml

25 lines
527 B
YAML
Raw Normal View History

2025-06-22 15:43:30 +02:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ref-implementation
namespace: argocd
labels:
env: dev
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
name: in-cluster
namespace: argocd
source:
2025-06-25 22:25:42 +02:00
path: "<no value>/<no value>/stacks/ref-implementation"
repoURL: "https://<no value>/<no value>"
2025-06-22 15:43:30 +02:00
targetRevision: HEAD
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true