Skip to content

Commit

Permalink
fix prom value nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Dec 5, 2023
1 parent d4a6d9c commit 4acdbee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/bindplane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ backend:
# -- Max number of connections to use when communicating with Postgres.
maxConnections: 100

# TODO(jsirianni): Support authentication and TLS.
# This is undocumented for now, as Prometheus support has not been released.
prometheus:
enable: false
host: ""
port: 9090
# TODO(jsirianni): Support authentication and TLS.
# This is undocumented for now, as Prometheus support has not been released.
prometheus:
enable: false
host: ""
port: 9090

eventbus:
# The eventbus type to use when BindPlane is deployed with multiple pods (Deployment). Available options include `pubsub`. By default, this option is not required as BindPlane OP operates as a StatefulSet with one pod.
Expand Down

0 comments on commit 4acdbee

Please sign in to comment.