Skip to content

Commit

Permalink
add request changes
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 12, 2025
1 parent a94b406 commit 1cc2b3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ operator match the snapshot:
- args:
- operator
- --leader-elect
- --log-level=info
- --log-level=warn
- --health-probe-bind-address=:8081
env:
- name: SUBROUTINES_NAMESPACE_ENABLED
Expand Down Expand Up @@ -757,7 +757,7 @@ operator match the snapshot (with kubeconfigSecret):
- args:
- operator
- --leader-elect
- --log-level=info
- --log-level=warn
- --health-probe-bind-address=:8081
env:
- name: SUBROUTINES_NAMESPACE_ENABLED
Expand Down Expand Up @@ -1218,7 +1218,7 @@ operator match the snapshot with webhook enabled:
- args:
- operator
- --leader-elect
- --log-level=info
- --log-level=warn
- --health-probe-bind-address=:8081
env:
- name: SUBROUTINES_NAMESPACE_ENABLED
Expand Down
2 changes: 1 addition & 1 deletion charts/account-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ subroutines:
# -- The secret for kubeconfig
kubeconfigSecret: ""
# -- The log level
logLevel: info
logLevel: warn

security:
# -- Mount the service account token
Expand Down
4 changes: 0 additions & 4 deletions charts/example-content/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ istio:
virtualService:
hosts:
- "*"
# matchers:
# - match:
# - uri:
# prefix: /ui/
matchers:
- match:
- uri:
Expand Down

0 comments on commit 1cc2b3d

Please sign in to comment.