Skip to content

Commit

Permalink
use default logLevel in account-operator
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 75cb211 commit 1f5fa46
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion charts/account-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ A Helm chart to deploy OpenMFP Account-Operator
| kcp.enabled | bool | `false` | Enable KCP |
| kcp.virtualWorkspaceUrl | string | `""` | The URL for the virtual workspace |
| kubeconfigSecret | string | `""` | The secret for kubeconfig |
| logLevel | string | `"warn"` | The log level |
| security.mountServiceAccountToken | bool | `true` | Mount the service account token |
| subroutines.extension.enabled | bool | `true` | Enable extension subroutines |
| subroutines.extensionReady.enabled | bool | `true` | Enable extension ready subroutines |
Expand Down
1 change: 0 additions & 1 deletion charts/account-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ spec:
- args:
- operator
- --leader-elect
- --log-level={{ .Values.logLevel }}
- '--health-probe-bind-address=:{{ include "common.getKeyValue" (dict "Values" .Values "key" "health.port") }}'
image: {{ .Values.image.name }}:{{ .Chart.AppVersion }}
name: manager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ operator match the snapshot:
- args:
- operator
- --leader-elect
- --log-level=warn
- --health-probe-bind-address=:8081
env:
- name: SUBROUTINES_NAMESPACE_ENABLED
Expand Down Expand Up @@ -757,7 +756,6 @@ operator match the snapshot (with kubeconfigSecret):
- args:
- operator
- --leader-elect
- --log-level=warn
- --health-probe-bind-address=:8081
env:
- name: SUBROUTINES_NAMESPACE_ENABLED
Expand Down Expand Up @@ -1218,7 +1216,6 @@ operator match the snapshot with webhook enabled:
- args:
- operator
- --leader-elect
- --log-level=warn
- --health-probe-bind-address=:8081
env:
- name: SUBROUTINES_NAMESPACE_ENABLED
Expand Down
2 changes: 0 additions & 2 deletions charts/account-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ subroutines:

# -- The secret for kubeconfig
kubeconfigSecret: ""
# -- The log level
logLevel: warn

security:
# -- Mount the service account token
Expand Down

0 comments on commit 1f5fa46

Please sign in to comment.