|
1 | 1 | #! ztunnel have to be deployed before istio-cni-node. |
2 | 2 | #! TODO: Remove this ordering if https://github.com/istio/istio/issues/45781 was solved. |
3 | | - |
4 | | -#@ load("@ytt:overlay", "overlay") |
5 | | -#@ load("helpers.lib.yaml", "subset", "label_subset") |
6 | | - |
7 | | -#@overlay/match by=subset(kind="DaemonSet", name="ztunnel"), expects="1+" |
8 | | ---- |
9 | | -metadata: |
10 | | - #@overlay/match missing_ok=True |
11 | | - annotations: |
12 | | - #@overlay/match missing_ok=True |
13 | | - kapp.k14s.io/change-group: "ztunnel" |
14 | | - |
15 | | -#@overlay/match by=subset(kind="DaemonSet", name="istio-cni-node"), expects="1+" |
16 | | ---- |
17 | | -metadata: |
18 | | - #@overlay/match missing_ok=True |
19 | | - #@overlay/match-child-defaults missing_ok=True |
20 | | - annotations: |
21 | | - kapp.k14s.io/change-group: "istio-cni-node" |
22 | | - kapp.k14s.io/change-rule: "upsert after upserting ztunnel" |
| 3 | +# |
| 4 | +##@ load("@ytt:overlay", "overlay") |
| 5 | +##@ load("helpers.lib.yaml", "subset", "label_subset") |
| 6 | +# |
| 7 | +##@overlay/match by=subset(kind="DaemonSet", name="ztunnel"), expects="1+" |
| 8 | +#--- |
| 9 | +#metadata: |
| 10 | +# #@overlay/match missing_ok=True |
| 11 | +# annotations: |
| 12 | +# #@overlay/match missing_ok=True |
| 13 | +# kapp.k14s.io/change-group: "ztunnel" |
| 14 | +# |
| 15 | +##@overlay/match by=subset(kind="DaemonSet", name="istio-cni-node"), expects="1+" |
| 16 | +#--- |
| 17 | +#metadata: |
| 18 | +# #@overlay/match missing_ok=True |
| 19 | +# #@overlay/match-child-defaults missing_ok=True |
| 20 | +# annotations: |
| 21 | +# kapp.k14s.io/change-group: "istio-cni-node" |
| 22 | +# kapp.k14s.io/change-rule: "upsert after upserting ztunnel" |
0 commit comments