Skip to content

Commit 87a7f22

Browse files
committed
bump kube-network-policies to v0.3.0
1 parent 1236f48 commit 87a7f22

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cluster/addons/kube-network-policies/kube-network-policies.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
serviceAccountName: kube-network-policies
2828
containers:
2929
- name: kube-network-policies
30-
image: registry.k8s.io/networking/kube-network-policies:v0.2.0
30+
image: registry.k8s.io/networking/kube-network-policies:v0.3.0
3131
command:
3232
- /bin/sh
3333
- -c
@@ -45,6 +45,11 @@ spec:
4545
- mountPath: /lib/modules
4646
name: lib-modules
4747
readOnly: true
48+
env:
49+
- name: MY_NODE_NAME
50+
valueFrom:
51+
fieldRef:
52+
fieldPath: spec.nodeName
4853
volumes:
4954
- name: varlog
5055
hostPath:

0 commit comments

Comments
 (0)