Skip to content

Commit

Permalink
fix(console): license snippet key with secret (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Burgoni authored Sep 7, 2023
1 parent df8284e commit 0f260a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/console/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: console
appVersion: 1.17.3
version: 1.1.2
version: 1.1.3
description: Helm chart to deploy Conduktor Platform on Kubernetes
icon: https://www.conduktor.io/svgs/logo/symbol.svg
home: https://www.conduktor.io
Expand Down
2 changes: 1 addition & 1 deletion charts/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ config:
### Provide the license as a Kubernetes Secret
This snippet expects that a *Kubernetes Secret Resource* already exists inside
your cluster with a key named `license` containing your license key.
your cluster with a key named `CDK_LICENSE` containing your license key.


```yaml
Expand Down

0 comments on commit 0f260a1

Please sign in to comment.