Skip to content

Commit

Permalink
remove legacy remote url (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni authored Aug 6, 2024
1 parent 513195f commit 3e0100b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion charts/bindplane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ BindPlane OP is an observability pipeline.
| config.license | string | `""` | The license key to use for BindPlane OP. Overrides `config.secret`. |
| config.licenseUseSecret | bool | `false` | When true, the license key will be referenced from the `config.secret` secret. |
| config.password | string | `""` | Password to use. Overrides `config.secret`. |
| config.remote_url | string | `""` | URI used by agents to communicate with BindPlane using OpAMP. NOTE: This value is not used in BindPlane OP v1.15.0 and newer. It will eventually be removed when support for older versions of BindPlane is removed from this chart. |
| config.secret | string | `"bindplane"` | Name of the Kubernetes secret which contains the `username`, `password`, `secret_key`, `sessions_secret`, and `license` configuration options. |
| config.secret_key | string | `""` | DEPRECATED: New deployments should leave this option unset. |
| config.server_url | string | `""` | URI used by clients to communicate with BindPlane. |
Expand Down
1 change: 0 additions & 1 deletion test/cases/all/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ config:
password: bppass
sessions_secret: 4484766F-5016-4077-B8E0-0DE1D637854B
server_url: http://bindplane.local:3001
remote_url: ws://bindplane.local:3001
licenseUseSecret: true
analytics:
disable: true
Expand Down
1 change: 0 additions & 1 deletion test/cases/ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ config:
password: bppass
sessions_secret: 4484766F-5016-4077-B8E0-0DE1D637854B
server_url: http://bindplane.local:80
remote_url: ws://bindplane.local:80

# Ingress
ingress:
Expand Down
1 change: 0 additions & 1 deletion test/cases/nats/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ config:
password: bppass
sessions_secret: 4484766F-5016-4077-B8E0-0DE1D637854B
server_url: http://bindplane.local:80
remote_url: ws://bindplane.local:80
# The secret "bindplane" should exist and have the
# key license with a license key as the value.
# License is required in CI in order to use Postgres store.
Expand Down

0 comments on commit 3e0100b

Please sign in to comment.