mirror of
https://github.com/argoproj/argocd-example-apps.git
synced 2024-11-10 09:09:50 +01:00
17 lines
424 B
YAML
17 lines
424 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: helm-guestbook
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
destination:
|
|
namespace: helm-guestbook
|
|
server: {{ .Values.spec.destination.server }}
|
|
project: default
|
|
source:
|
|
path: helm-guestbook
|
|
repoURL: {{ .Values.spec.source.repoURL }}
|
|
targetRevision: {{ .Values.spec.source.targetRevision }}
|