Skip to content

Commit 398aaff

Browse files
committed
document
1 parent 36efeb6 commit 398aaff

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The secret should have the following keys:
2323
- `password`: Basic auth password to use for the default admin user
2424
- `secret_key`: Random UUIDv4 to use for authenticating OpAMP clients
2525
- `sessions_secret`: Random UUIDv4 used to derive web interface session tokens
26+
- `license`: Your BindPlane license key
2627

2728
Example: Create secret with `kubectl`:
2829

@@ -31,7 +32,8 @@ kubectl -n default create secret generic bindplane \
3132
--from-literal=username=myuser \
3233
--from-literal=password=mypassword \
3334
--from-literal=secret_key=353753ca-ae48-40f9-9588-28cf86430910 \
34-
--from-literal=sessions_secret=d9425db6-c4ee-4769-9c1f-a66987679e90
35+
--from-literal=sessions_secret=d9425db6-c4ee-4769-9c1f-a66987679e90 \
36+
--from-literal=license=your_license_key
3537
```
3638

3739
## Configuration
@@ -110,4 +112,4 @@ BindPlane OP Helm follows the [CNCF Code of Conduct](https://github.com/cncf/fou
110112

111113
# Other questions?
112114

113-
Send us an [email](mailto:support@observiq.com), or open an issue with your question. We'd love to hear from you!
115+
Send us an [email](mailto:support@observiq.com), or open an issue with your question. We'd love to hear from you!

values/large.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ config:
4747
# --from-literal=username=myuser \
4848
# --from-literal=password=mypassword \
4949
# --from-literal=secret_key=353753ca-ae48-40f9-9588-28cf86430910 \
50-
# --from-literal=sessions_secret=d9425db6-c4ee-4769-9c1f-a66987679e90
51-
# -- Name of the Kubernetes secret which contains the `username`, `password`, `secret_key`, and `sessions_secret` configuration options.
50+
# --from-literal=sessions_secret=d9425db6-c4ee-4769-9c1f-a66987679e90 \
51+
# --from-literal=license=your_license_key
52+
# -- Name of the Kubernetes secret which contains the `username`, `password`, `secret_key`, `sessions_secret`, and `license` configuration options.
5253
secret: bindplane

values/small.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ config:
4747
# --from-literal=username=myuser \
4848
# --from-literal=password=mypassword \
4949
# --from-literal=secret_key=353753ca-ae48-40f9-9588-28cf86430910 \
50-
# --from-literal=sessions_secret=d9425db6-c4ee-4769-9c1f-a66987679e90
51-
# -- Name of the Kubernetes secret which contains the `username`, `password`, `secret_key`, and `sessions_secret` configuration options.
50+
# --from-literal=sessions_secret=d9425db6-c4ee-4769-9c1f-a66987679e90 \
51+
# --from-literal=license=your_license_key
52+
# -- Name of the Kubernetes secret which contains the `username`, `password`, `secret_key`, `sessions_secret`, and `license` configuration options.
5253
secret: bindplane

0 commit comments

Comments
 (0)