2 changed files with 91 additions and 0 deletions
@ -0,0 +1,90 @@ |
|||||
|
apiVersion: argoproj.io/v1alpha1 |
||||
|
kind: Application |
||||
|
metadata: |
||||
|
name: guestbook |
||||
|
spec: |
||||
|
destination: |
||||
|
namespace: default |
||||
|
server: https://kubernetes.default.svc |
||||
|
project: default |
||||
|
source: |
||||
|
path: guestbook |
||||
|
repoURL: https://github.com/argoproj/argocd-example-apps |
||||
|
targetRevision: HEAD |
||||
|
syncPolicy: |
||||
|
automated: |
||||
|
prune: true |
||||
|
--- |
||||
|
apiVersion: argoproj.io/v1alpha1 |
||||
|
kind: Application |
||||
|
metadata: |
||||
|
name: helm-dependency |
||||
|
spec: |
||||
|
destination: |
||||
|
namespace: default |
||||
|
server: https://kubernetes.default.svc |
||||
|
project: default |
||||
|
source: |
||||
|
path: helm-dependency |
||||
|
repoURL: https://github.com/argoproj/argocd-example-apps |
||||
|
targetRevision: HEAD |
||||
|
syncPolicy: |
||||
|
automated: |
||||
|
prune: true |
||||
|
--- |
||||
|
apiVersion: argoproj.io/v1alpha1 |
||||
|
kind: Application |
||||
|
metadata: |
||||
|
name: helm-guestbook |
||||
|
spec: |
||||
|
destination: |
||||
|
namespace: default |
||||
|
server: https://kubernetes.default.svc |
||||
|
project: default |
||||
|
source: |
||||
|
path: helm-guestbook |
||||
|
repoURL: https://github.com/argoproj/argocd-example-apps |
||||
|
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 |
||||
|
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 |
Loading…
Reference in new issue