Skip to content

Commit 39d77e1

Browse files
fix: don't add same rule twice
1 parent 7ad6c57 commit 39d77e1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

apps/hermes/components/istio-proxy/kustomization.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,6 @@ patches:
1111
- target:
1212
kind: "NetworkPolicy"
1313
patch: |-
14-
- op: add
15-
path: "/spec/egress/-"
16-
value:
17-
to:
18-
- namespaceSelector:
19-
matchLabels:
20-
kubernetes.io/metadata.name: "kube-system"
21-
podSelector:
22-
matchLabels:
23-
k8s-app: "kube-dns"
24-
ports:
25-
- port: 53
26-
protocol: "UDP"
27-
- port: 53
28-
protocol: "TCP"
2914
- op: add
3015
path: "/spec/egress/-"
3116
value:

0 commit comments

Comments
 (0)