Browse Source

fix

pull/22/head
Alex Collins 6 years ago
parent
commit
ffae86b6db
  1. 24
      app-of-apps/manifests.yaml

24
app-of-apps/manifests.yaml

@ -47,27 +47,6 @@ spec:
targetRevision: HEAD
syncPolicy:
automated:
prune: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kustomize-guestbook
spec:
destination:
namespace: default
server: https://kubernetes.default.svc
project: default
source:
path: kustomize-guestbook
repoURL: https://github.com/argoproj/argocd-example-apps
targetRevision: HEAD
kustomize:
images:
- gcr.io/heptio-images/ks-guestbook-demo:0.3
syncPolicy:
automated:
prune: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
@ -82,9 +61,6 @@ spec:
path: kustomize-guestbook
repoURL: https://github.com/argoproj/argocd-example-apps
targetRevision: HEAD
kustomize:
images:
- gcr.io/heptio-images/ks-guestbook-demo:0.3
syncPolicy:
automated:
prune: true

Loading…
Cancel
Save