Commit 18fb7d4
authored
Enable multi-persona helm install (#57559)
* support omitting cluster-scope resources during install
Signed-off-by: Ian Rudie <[email protected]>
* update proto to use an enumeration instead of boolean
Signed-off-by: Ian Rudie <[email protected]>
* update istio-control charts to use enumeration instead of boolean
Signed-off-by: Ian Rudie <[email protected]>
* switch to capitalized values
Signed-off-by: Ian Rudie <[email protected]>
* update istio-cni charts to use enumeration for resourceScope
Signed-off-by: Ian Rudie <[email protected]>
* update base chart to use enumeration for resourceScope
Signed-off-by: Ian Rudie <[email protected]>
* update ztunnel chart to use enumeration for resourceScope
Signed-off-by: Ian Rudie <[email protected]>
* cleanup and move setting out of global, which is not preferred for ztunnel
Signed-off-by: Ian Rudie <[email protected]>
* rescope webhook resources to CLUSTER
Signed-off-by: Ian Rudie <[email protected]>
* switch to all lowercase enum for resourceScope
Signed-off-by: Ian Rudie <[email protected]>
* release note
Signed-off-by: Ian Rudie <[email protected]>
---------
Signed-off-by: Ian Rudie <[email protected]>1 parent b982895 commit 18fb7d4
File tree
47 files changed
+528
-310
lines changed- manifests/charts
- base
- templates
- istio-cni
- templates
- istio-control/istio-discovery
- templates
- ztunnel
- templates
- operator/pkg/apis
- releasenotes/notes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+528
-310
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| 58 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
13 | 21 | | |
14 | 22 | | |
15 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| 83 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| 69 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| 253 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| 13 | + | |
0 commit comments