helm-guestbook.yaml 420 B

1234567891011121314151617
  1. apiVersion: argoproj.io/v1alpha1
  2. kind: Application
  3. metadata:
  4. name: helm-guestbook
  5. namespace: argocd
  6. spec:
  7. destination:
  8. namespace: argocd
  9. server: {{ .Values.spec.destination.server }}
  10. project: default
  11. source:
  12. path: helm-guestbook
  13. repoURL: https://github.com/argoproj/argocd-example-apps
  14. targetRevision: {{ .Values.spec.source.targetRevision }}
  15. syncPolicy:
  16. automated:
  17. prune: true