File tree 4 files changed +16
-71
lines changed
4 files changed +16
-71
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
serviceAccountName : cluster-admin-sa
11
11
fetch :
12
12
- http :
13
- url : https://github.com/k14s/ kapp/archive/master .zip
14
- subPath : kapp-master /examples/istio-v1.4.0
13
+ url : https://github.com/vmware-tanzu/carvel- kapp/archive/develop .zip
14
+ subPath : carvel- kapp-develop /examples/istio-v1.4.0
15
15
template :
16
16
- ytt :
17
17
ignoreUnknownComments : true
30
30
serviceAccountName : cluster-admin-sa
31
31
fetch :
32
32
- http :
33
- url : https://github.com/k14s/ kapp/archive/master .zip
34
- subPath : kapp-master /examples/knative-v0.10.0
33
+ url : https://github.com/vmware-tanzu/carvel- kapp/archive/develop .zip
34
+ subPath : carvel- kapp-develop /examples/knative-v0.10.0
35
35
template :
36
36
- ytt :
37
37
ignoreUnknownComments : true
Original file line number Diff line number Diff line change 7
7
serviceAccountName : default-ns-sa
8
8
fetch :
9
9
- helmChart :
10
- name : stable/redis
10
+ name : redis
11
+ repository :
12
+ url : https://charts.bitnami.com/bitnami
11
13
template :
12
14
- helmTemplate :
13
15
valuesFrom :
Original file line number Diff line number Diff line change @@ -4,14 +4,17 @@ set -e -x -u
4
4
5
5
kapp deploy -y -a rbac -f examples/rbac/
6
6
7
- time kapp deploy -y -a concourse-helm -f examples/concourse-helm.yml
8
- time kapp delete -y -a concourse-helm
7
+ time kapp deploy -y -a simple-app -f examples/simple-app-git/1.yml
8
+ time kapp deploy -y -a simple-app -f examples/simple-app-git/2.yml
9
+ time kapp delete -y -a simple-app
9
10
10
- time kapp deploy -y -a consul-image-helm -f examples/consul-image-helm.yml
11
- time kapp delete -y -a consul-image-helm
11
+ # # requires multiple node cluster
12
+ # time kapp deploy -y -a consul-image-helm -f examples/consul-image-helm.yml
13
+ # time kapp delete -y -a consul-image-helm
12
14
13
- time kapp deploy -y -a istio-knative -f examples/istio-knative.yml
14
- time kapp delete -y -a istio-knative
15
+ # # requires multiple node cluster
16
+ # time kapp deploy -y -a istio-knative -f examples/istio-knative.yml
17
+ # time kapp delete -y -a istio-knative
15
18
16
19
time kapp deploy -y -a nginx-helm-git -f examples/nginx-helm-git.yml
17
20
time kapp delete -y -a nginx-helm-git
You can’t perform that action at this time.
0 commit comments