Skip to content

Commit 475c220

Browse files
author
Dmitriy Kalinin
committed
refresh examples/ and hack/test-external.sh
1 parent 8bf0351 commit 475c220

File tree

4 files changed

+16
-71
lines changed

4 files changed

+16
-71
lines changed

examples/concourse-helm.yml

-60
This file was deleted.

examples/istio-knative.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ spec:
1010
serviceAccountName: cluster-admin-sa
1111
fetch:
1212
- 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
1515
template:
1616
- ytt:
1717
ignoreUnknownComments: true
@@ -30,8 +30,8 @@ spec:
3030
serviceAccountName: cluster-admin-sa
3131
fetch:
3232
- 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
3535
template:
3636
- ytt:
3737
ignoreUnknownComments: true

examples/redis-helm.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ spec:
77
serviceAccountName: default-ns-sa
88
fetch:
99
- helmChart:
10-
name: stable/redis
10+
name: redis
11+
repository:
12+
url: https://charts.bitnami.com/bitnami
1113
template:
1214
- helmTemplate:
1315
valuesFrom:

hack/test-external.sh

+9-6
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ set -e -x -u
44

55
kapp deploy -y -a rbac -f examples/rbac/
66

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
910

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
1214

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
1518

1619
time kapp deploy -y -a nginx-helm-git -f examples/nginx-helm-git.yml
1720
time kapp delete -y -a nginx-helm-git

0 commit comments

Comments
 (0)