Skip to content

Commit

Permalink
fix json syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
angelnu authored Aug 16, 2024
1 parent 9303537 commit 2ec9420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/apps/multus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v4.0.1
description: multus CNI allows multiple NICs per pod
name: multus
version: 5.0.6
version: 5.0.7
kubeVersion: ">=1.16.0-0"
keywords:
- multus
Expand Down
4 changes: 2 additions & 2 deletions charts/apps/multus/templates/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ configMaps:
{
"chrootDir": "/hostroot",
"multusConfigFile": "auto",
"multusAutoconfigDir": "{{ .Values.cni.paths.config }}"
"multusAutoconfigDir": "{{ .Values.cni.paths.config }}",
"confDir": "{{ .Values.cni.paths.config }}",
"cniConfigDir": "{{ .Values.cni.paths.config }}",
"binDir": "{{ .Values.cni.paths.bin }}",
"logLevel": "{{ .Values.cni.logLevel }}",
"cniVersion": "{{ .Values.cni.version }}",
"socketDir": "/host/run/multus/",
"socketDir": "/host/run/multus/"
}
initContainers:
Expand Down

0 comments on commit 2ec9420

Please sign in to comment.