test
This commit is contained in:
parent
711ed02232
commit
bc4844a774
16
apps/templates/app-test-1.yaml
Normal file
16
apps/templates/app-test-1.yaml
Normal 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 }}
|
||||||
Loading…
Reference in New Issue
Block a user