2019-04-25 22:50:56 +02:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
2019-10-11 18:22:42 +02:00
|
|
|
name: helm-hooks
|
2019-04-25 22:50:56 +02:00
|
|
|
namespace: argocd
|
2019-05-03 19:37:00 +02:00
|
|
|
finalizers:
|
|
|
|
- resources-finalizer.argocd.argoproj.io
|
2019-04-25 22:50:56 +02:00
|
|
|
spec:
|
|
|
|
destination:
|
2019-10-11 18:22:42 +02:00
|
|
|
namespace: helm-hooks
|
2019-04-25 22:50:56 +02:00
|
|
|
server: {{ .Values.spec.destination.server }}
|
|
|
|
project: default
|
|
|
|
source:
|
2019-10-11 18:22:42 +02:00
|
|
|
path: helm-hooks
|
|
|
|
repoURL: {{ .Values.spec.source.repoURL }}
|
2019-04-25 22:50:56 +02:00
|
|
|
targetRevision: {{ .Values.spec.source.targetRevision }}
|
2019-10-18 00:33:32 +02:00
|
|
|
|