Skip to content

Commit

Permalink
chore: Update values.yaml license for production environments
Browse files Browse the repository at this point in the history
The values.yaml file has been modified to set the license to the actual license for production environments. This change ensures that the correct license is used when deploying the application. The previous "demo" license is no longer used for production environments.

Co-authored-by: Steffen Exler <steffen@exivity.com>
Signed-off-by: Steffen Exler <steffen@exivity.com>
  • Loading branch information
linuxluigi committed Sep 9, 2024
1 parent f6b671a commit 74c9752
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/exivity/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# -- Override deployment name (e.g., useful when deploying multiple instances of the application).
nameOverride: ""

# Set to the actual licence for production environments or "demo" for evaluation purposes.
# Set to the actual licence for production environments.
# For evaluation purposes, use "demo", but note that "demo" will not allow you to run reports.
# For a trial license, please contact license@exivity.com.
licence: "demo"

# Secret keys used for application security. Random values are generated on installation if not set.
Expand Down

0 comments on commit 74c9752

Please sign in to comment.