Skip to content

Commit

Permalink
[kube-flannel-capi] rename cni conf
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 committed Jun 21, 2024
1 parent f4223f1 commit 11a3da1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion system/kube-flannel-capi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
description: flannel CNI
name: kube-flannel-capi
version: 0.1.3
version: 0.1.4
4 changes: 2 additions & 2 deletions system/kube-flannel-capi/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ spec:
- cp
args:
- -f
- /tmp/flannel/flannel-cni.conf
- /etc/cni/net.d/flannel-cni.conf
- /tmp/flannel/cni-conf.json
- /etc/cni/net.d/10-flannel.conflist
volumeMounts:
- name: flannel-cfg
mountPath: /tmp/flannel/
Expand Down
2 changes: 1 addition & 1 deletion system/kube-flannel-capi/templates/flannel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
tier: node
app: flannel
data:
flannel-cni.conf: |
cni-conf.json: |
{
"name": "cbr0",
"cniVersion": "0.3.1",
Expand Down

0 comments on commit 11a3da1

Please sign in to comment.