diff --git a/charts/bindplane/README.md b/charts/bindplane/README.md index 5ff5ad5b..d719dc73 100644 --- a/charts/bindplane/README.md +++ b/charts/bindplane/README.md @@ -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. | diff --git a/test/cases/all/values.yaml b/test/cases/all/values.yaml index fae32d44..83d87533 100644 --- a/test/cases/all/values.yaml +++ b/test/cases/all/values.yaml @@ -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 diff --git a/test/cases/ingress/values.yaml b/test/cases/ingress/values.yaml index 6e65ec97..4e672c49 100644 --- a/test/cases/ingress/values.yaml +++ b/test/cases/ingress/values.yaml @@ -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: diff --git a/test/cases/nats/values.yaml b/test/cases/nats/values.yaml index 2b1b2347..df99a157 100644 --- a/test/cases/nats/values.yaml +++ b/test/cases/nats/values.yaml @@ -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.