forked from carvel-dev/kapp-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathistio-knative.yml
More file actions
39 lines (39 loc) · 940 Bytes
/
Copy pathistio-knative.yml
File metadata and controls
39 lines (39 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
apiVersion: kappctrl.k14s.io/v1alpha1
kind: App
metadata:
name: istio
namespace: default
annotations:
kapp.k14s.io/change-group: istio
spec:
serviceAccountName: cluster-admin-sa
fetch:
- http:
url: https://github.com/vmware-tanzu/carvel-kapp/archive/develop.zip
subPath: carvel-kapp-develop/examples/istio-v1.4.0
template:
- ytt:
ignoreUnknownComments: true
deploy:
- kapp: {}
---
apiVersion: kappctrl.k14s.io/v1alpha1
kind: App
metadata:
name: knative
namespace: default
annotations:
kapp.k14s.io/change-rule.0: "upsert after upserting istio"
kapp.k14s.io/change-rule.1: "delete before deleting istio"
spec:
serviceAccountName: cluster-admin-sa
fetch:
- http:
url: https://github.com/vmware-tanzu/carvel-kapp/archive/develop.zip
subPath: carvel-kapp-develop/examples/knative-v0.10.0
template:
- ytt:
ignoreUnknownComments: true
deploy:
- kapp: {}