Skip to content

Commit c989a51

Browse files
committed
Remove z-tunnel ordering
1 parent 420958a commit c989a51

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
#! ztunnel have to be deployed before istio-cni-node.
22
#! 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

Comments
 (0)