adjust log levels

This commit is contained in:
CALIN Cristian Andrei
2021-09-13 18:42:35 +03:00
parent d4a151fbe3
commit 3bcc0368ac

View File

@@ -190,7 +190,7 @@ spec:
allowPrivilegeEscalation: true
image: quay.io/k8scsi/csi-attacher:v3.1.0
args:
- --v=5
- --v=1
- --csi-address=$(ADDRESS)
- --leader-election
- --http-endpoint=:8081
@@ -225,7 +225,7 @@ spec:
allowPrivilegeEscalation: true
image: quay.io/k8scsi/csi-resizer:v1.1.0
args:
- --v=5
- --v=1
- --csi-address=$(ADDRESS)
- --leader-election
- --http-endpoint=:8082