Skip to content

Commit

Permalink
add logLevel to account-operator env
Browse files Browse the repository at this point in the history
On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov committed Feb 13, 2025
1 parent f30236f commit 31b444d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/account-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ spec:
{{- include "common.operatorHealthAndReadyness" . | nindent 10 -}}
{{- include "common.resources" . | nindent 10 }}
env:
{{- include "common.basicEnvironment" . | nindent 10 }}
- name: SUBROUTINES_NAMESPACE_ENABLED
value: "{{ .Values.subroutines.namespace.enabled }}"
- name: SUBROUTINES_FGA_ENABLED
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ operator match the snapshot:
- --leader-elect
- --health-probe-bind-address=:8081
env:
- name: LOG_LEVEL
value: info
- name: SUBROUTINES_NAMESPACE_ENABLED
value: "true"
- name: SUBROUTINES_FGA_ENABLED
Expand Down Expand Up @@ -758,6 +760,8 @@ operator match the snapshot (with kubeconfigSecret):
- --leader-elect
- --health-probe-bind-address=:8081
env:
- name: LOG_LEVEL
value: info
- name: SUBROUTINES_NAMESPACE_ENABLED
value: "true"
- name: SUBROUTINES_FGA_ENABLED
Expand Down Expand Up @@ -1218,6 +1222,8 @@ operator match the snapshot with webhook enabled:
- --leader-elect
- --health-probe-bind-address=:8081
env:
- name: LOG_LEVEL
value: info
- name: SUBROUTINES_NAMESPACE_ENABLED
value: "true"
- name: SUBROUTINES_FGA_ENABLED
Expand Down

0 comments on commit 31b444d

Please sign in to comment.