This repository was archived by the owner on Feb 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +873
-213
lines changed
Expand file tree Collapse file tree 4 files changed +873
-213
lines changed Original file line number Diff line number Diff line change 22
33# ! These overlays are required to make Istio compatible with kapp deploy
44
5- # ! remove empty caBundle key to avoid having kapp consider it
6- # ! as a change from what cluster automatically fills in
7- # @overlay/match by=overlay.subset({"kind":"MutatingWebhookConfiguration", "metadata":{"name": "istio-sidecar-injector"}})
8- ---
9- webhooks :
10- # @overlay/match by="name"
11- - name : rev.namespace.sidecar-injector.istio.io
12- clientConfig :
13- # @overlay/remove
14- caBundle :
15-
16- # @overlay/match by=overlay.subset({"kind":"MutatingWebhookConfiguration", "metadata":{"name": "istio-sidecar-injector"}})
17- ---
18- webhooks :
19- # @overlay/match by="name"
20- - name : rev.object.sidecar-injector.istio.io
21- clientConfig :
22- # @overlay/remove
23- caBundle :
24-
25- # @overlay/match by=overlay.subset({"kind":"MutatingWebhookConfiguration", "metadata":{"name": "istio-sidecar-injector"}})
26- ---
27- webhooks :
28- # @overlay/match by="name"
29- - name : namespace.sidecar-injector.istio.io
30- clientConfig :
31- # @overlay/remove
32- caBundle :
33-
34- # @overlay/match by=overlay.subset({"kind":"MutatingWebhookConfiguration", "metadata":{"name": "istio-sidecar-injector"}})
35- ---
36- webhooks :
37- # @overlay/match by="name"
38- - name : object.sidecar-injector.istio.io
39- clientConfig :
40- # @overlay/remove
41- caBundle :
42-
435# ! PodDisruptionBudget cannot be updated in place, so allow kapp to replace for upgrade
446# @overlay/match by=overlay.subset({"kind": "PodDisruptionBudget"}), expects="1+"
457---
Original file line number Diff line number Diff line change 55# ! These values cannot be changed later when rendering cf-for-k8s templates.
66# ! Values related to CF should NOT be in this file.
77
8- istio_version : 1.13.4
8+ istio_version : 1.14.0
99
1010fluentbit :
1111 image : cloudfoundry/cf-k8s-networking-fluentbit@sha256:64d67dc076d4160c351272261d7730c08c1b906a881d1812778b6da93871d4e4
You can’t perform that action at this time.
0 commit comments