Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy remote url #141

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading