Skip to content

Commit 42c21ff

Browse files
rke2-multus: set cleanupConfigOnExit to true by default
1 parent efd57ec commit 42c21ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/rke2-multus/charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ config:
108108
#logLevel: panic
109109
#logToStderr: true
110110
#cniVersion: 1.0.0
111-
#cleanupConfigOnExit: true
111+
cleanupConfigOnExit: true
112112
#additionalBinDir: /opt/multus/bin
113113
daemon_conf:
114114
"chrootDir": "/hostroot"

packages/rke2-multus/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
url: local
22
workingDir: charts
3-
packageVersion: 02
3+
packageVersion: 03

0 commit comments

Comments
 (0)