File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ metadata:
3333 categories : Security
3434 console.openshift.io/disable-operand-delete : " true"
3535 containerImage : " "
36- createdAt : " 2025-06-17T11:54:07Z "
36+ createdAt : " 2025-06-20T09:36:52Z "
3737 features.operators.openshift.io/cnf : " false"
3838 features.operators.openshift.io/cni : " false"
3939 features.operators.openshift.io/csi : " false"
@@ -421,7 +421,7 @@ spec:
421421 containers :
422422 - args :
423423 - --metrics-bind-address=:8443
424- - --v=2
424+ - --v=$(OPERATOR_LOG_LEVEL)
425425 - --leader-elect
426426 - --health-probe-bind-address=:8081
427427 command :
@@ -435,6 +435,8 @@ spec:
435435 valueFrom :
436436 fieldRef :
437437 fieldPath : metadata.name
438+ - name : OPERATOR_LOG_LEVEL
439+ value : " 2"
438440 - name : OPERATOR_NAME
439441 value : external-secrets-operator
440442 - name : OPERATOR_IMAGE_VERSION
Original file line number Diff line number Diff line change 5252 - command :
5353 - /bin/external-secrets-operator
5454 args :
55- - --v=2
55+ - --v=$(OPERATOR_LOG_LEVEL)
5656 - --leader-elect
5757 - --health-probe-bind-address=:8081
5858 env :
6464 valueFrom :
6565 fieldRef :
6666 fieldPath : metadata.name
67+ - name : OPERATOR_LOG_LEVEL
68+ value : " 2"
6769 - name : OPERATOR_NAME
6870 value : external-secrets-operator
6971 - name : OPERATOR_IMAGE_VERSION
You can’t perform that action at this time.
0 commit comments