-
Suggestion
-
Resolution: Unresolved
-
None
-
master
Issue Summary
The Crowd Helm chart currently lacks a license configuration section, which is available in other products such as Confluence and Bitbucket.
Confluence Helm example
# Confluence licensing details
#
license:
# -- The name of the K8s Secret that contains the Confluence license key. If specified, then
# the license will be automatically populated during Confluence setup. Otherwise, it will
# need to be provided via the browser after initial startup. An Example of creating
# a K8s secret for the license below:
# 'kubectl create secret generic <secret-name> --from-literal=license-key=<license>
# https://kubernetes.io/docs/concepts/configuration/secret/#opaque-secrets
#
secretName:
# -- The key in the K8s Secret that contains the Confluence license key
#
secretKey: license-key
Why it is important
Including a database configuration section is essential to automate the configuration process in Kubernetes, ensuring consistency and efficiency.