Skip to content

Commit 2175104

Browse files
author
Jiaxun Song
committed
fix: set default logLevel value for helm charts
1 parent feb93a5 commit 2175104

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
8 Bytes
Binary file not shown.

charts/latest/blob-csi-driver/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ controller:
3030
metricsPort: 29634
3131
replicas: 2
3232
runOnMaster: false
33+
logLevel: 5
3334

3435
node:
3536
metricsPort: 29635
37+
logLevel: 5
3638

3739
kubelet:
3840
linuxPath: /var/lib/kubelet

hack/verify-helm-chart-files.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
set -euo pipefail
1818

1919
echo "begin to verify chart tgz files ..."
20+
git config core.filemode false
2021

2122
# verify whether chart config has changed
2223
diff=`git diff`

0 commit comments

Comments
 (0)