Skip to content

Commit 41f5d99

Browse files
authored
remove cilium-config-path mount in cilium-agent container
1 parent a58ee14 commit 41f5d99

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

upup/models/cloudup/resources/addons/networking.cilium.io/k8s-1.16-v1.15.yaml.template

-6
Original file line numberDiff line numberDiff line change
@@ -1195,9 +1195,6 @@ spec:
11951195
- name: clustermesh-secrets
11961196
mountPath: /var/lib/cilium/clustermesh
11971197
readOnly: true
1198-
- name: cilium-config-path
1199-
mountPath: /tmp/cilium/config-map
1200-
readOnly: true
12011198
# Needed to be able to load kernel modules
12021199
- name: lib-modules
12031200
mountPath: /lib/modules
@@ -1511,9 +1508,6 @@ spec:
15111508
path: common-etcd-client.crt
15121509
- key: ca.crt
15131510
path: common-etcd-client-ca.crt
1514-
- configMap:
1515-
name: cilium-config
1516-
name: cilium-config-path
15171511
{{ if CiliumSecret }}
15181512
- name: cilium-ipsec-secrets
15191513
secret:

0 commit comments

Comments
 (0)