Skip to content

Commit

Permalink
chore: setting default log level
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Nov 19, 2024
1 parent a04b661 commit f9ad636
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/account-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: account-operator
description: A Helm chart for Kubernetes
type: application
version: 0.4.0
version: 0.4.1
appVersion: "0.95.0"
dependencies:
- name: account-operator-crds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ operator match the snapshot:
- args:
- operator
- --leader-elect
- --log-level=
- --log-level=warn
- --health-probe-bind-address=:8081
env:
- name: SUBROUTINES_NAMESPACE_ENABLED
Expand Down Expand Up @@ -246,7 +246,7 @@ operator match the snapshot (with kubeconfigSecret):
- args:
- operator
- --leader-elect
- --log-level=
- --log-level=warn
- --health-probe-bind-address=:8081
env:
- name: SUBROUTINES_NAMESPACE_ENABLED
Expand Down
1 change: 1 addition & 0 deletions charts/account-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ subroutines:
enabled: true

kubeconfigSecret: ""
logLevel: warn

0 comments on commit f9ad636

Please sign in to comment.