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 @@ -205,7 +205,7 @@ metadata:
205205 categories : Security
206206 console.openshift.io/disable-operand-delete : " true"
207207 containerImage : " "
208- createdAt : " 2025-06-17T11:54:07Z "
208+ createdAt : " 2025-06-20T09:36:52Z "
209209 features.operators.openshift.io/cnf : " false"
210210 features.operators.openshift.io/cni : " false"
211211 features.operators.openshift.io/csi : " false"
@@ -593,7 +593,7 @@ spec:
593593 containers :
594594 - args :
595595 - --metrics-bind-address=:8443
596- - --v=2
596+ - --v=$(OPERATOR_LOG_LEVEL)
597597 - --leader-elect
598598 - --health-probe-bind-address=:8081
599599 command :
@@ -607,6 +607,8 @@ spec:
607607 valueFrom :
608608 fieldRef :
609609 fieldPath : metadata.name
610+ - name : OPERATOR_LOG_LEVEL
611+ value : " 2"
610612 - name : OPERATOR_NAME
611613 value : external-secrets-operator
612614 - 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