Browse Source

changes on master to

pull/40/head
Alex Collins 6 years ago
parent
commit
d6bc103413
  1. 19
      apps/templates/sync-waves.yaml

19
apps/templates/sync-waves.yaml

@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sync-waves
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: argocd
server: {{ .Values.spec.destination.server }}
project: default
source:
path: guestbook
repoURL: https://github.com/argoproj/argocd-example-apps
targetRevision: {{ .Values.spec.source.targetRevision }}
syncPolicy:
automated:
prune: true
Loading…
Cancel
Save