Skip to content

Commit

Permalink
chore: update account-operator chart version to 0.5.61 and enable web…
Browse files Browse the repository at this point in the history
…hooks

On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov committed Jan 28, 2025
1 parent 95891c4 commit c7259fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/account-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crds:

webhooks:
# -- Enable webhooks
enabled: false
enabled: true
# -- The directory for webhook certificates
certDir: /certs

Expand All @@ -29,7 +29,7 @@ subroutines:
# -- Enable FGA subroutines
enabled: true
# -- The gRPC address for FGA
grpcAddr: ""
grpcAddr: openmfp-openfga:8081
# -- The root namespace for FGA
rootNamespace: openmfp-root
# -- The object type for FGA
Expand All @@ -48,7 +48,7 @@ subroutines:
# -- The secret for kubeconfig
kubeconfigSecret: ""
# -- The log level
logLevel: warn
logLevel: debug

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

0 comments on commit c7259fb

Please sign in to comment.