This commit is contained in:
Marco van Zijl 2024-11-07 22:03:12 +01:00
parent 711ed02232
commit bc4844a774

View File

@ -0,0 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app-test-1
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: test-app
server: {{ .Values.spec.destination.server }}
project: default
source:
path: app-test-1
repoURL: {{ .Values.spec.source.repoURL }}
targetRevision: {{ .Values.spec.source.targetRevision }}