1 changed files with 0 additions and 19 deletions
@ -1,19 +0,0 @@ |
|||||
apiVersion: argoproj.io/v1alpha1 |
|
||||
kind: Application |
|
||||
metadata: |
|
||||
name: guestbook |
|
||||
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…
Reference in new issue