Skip to content

Commit

Permalink
Merge pull request #138 from jsafrane/propagate-loglevel
Browse files Browse the repository at this point in the history
Propagate log level to GCE and Cinder CSI driver operators
  • Loading branch information
openshift-merge-robot committed Feb 18, 2021
2 parents f43e512 + eec4665 commit 4769f3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/csidriveroperators/gcp-pd/07_deployment.yaml
Expand Up @@ -17,6 +17,7 @@ spec:
containers:
- args:
- start
- -v=${LOG_LEVEL}
env:
- name: DRIVER_IMAGE
value: ${DRIVER_IMAGE}
Expand Down
Expand Up @@ -17,6 +17,7 @@ spec:
containers:
- args:
- start
- -v=${LOG_LEVEL}
env:
- name: DRIVER_IMAGE
value: ${DRIVER_IMAGE}
Expand Down
2 changes: 2 additions & 0 deletions pkg/generated/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4769f3e

Please sign in to comment.