Skip to content

Commit

Permalink
Make local_volume_provisioner log level configurable (#11336)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirwan committed Jul 2, 2024
1 parent 413572e commit 0bcedd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ local_volume_provisioner_storage_classes: |
"fs_type": "ext4"
}
}
local_volume_provisioner_log_level: 2
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
- name: provisioner
image: {{ local_volume_provisioner_image_repo }}:{{ local_volume_provisioner_image_tag }}
imagePullPolicy: {{ k8s_image_pull_policy }}
args:
- "-v={{ local_volume_provisioner_log_level }}"
securityContext:
privileged: true
env:
Expand Down

0 comments on commit 0bcedd4

Please sign in to comment.