Skip to content

Commit

Permalink
Set configuration defaults in Helm Chart (#78)
Browse files Browse the repository at this point in the history
* chore(helm): set configuration defaults
  • Loading branch information
bsctl authored Jul 15, 2023
1 parent d8f2ee3 commit 698b4fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/kamaji-console/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v0.0.1
appVersion: v0.0.2
description: Kamaji deploys and operates Kubernetes at scale with a fraction of the operational burden. This chart install a console for Kamaji.
home: https://github.com/clastix/kamaji-console
icon: https://github.com/clastix/kamaji-console/raw/main/.github/images/icon.png
icon: https://github.com/clastix/kamaji/raw/master/assets/logo-colored.png
kubeVersion: ">=1.21.0-0"
maintainers:
- email: [email protected]
Expand All @@ -13,7 +13,7 @@ name: kamaji-console
sources:
- https://github.com/clastix/kamaji-console
type: application
version: 0.0.4
version: 0.0.5
annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/release-name: kamaji-console
Expand Down
2 changes: 1 addition & 1 deletion charts/kamaji-console/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kamaji-console

![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.1](https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square)
![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.2](https://img.shields.io/badge/AppVersion-v0.0.2-informational?style=flat-square)

Kamaji deploys and operates Kubernetes at scale with a fraction of the operational burden. This chart install a console for Kamaji.

Expand Down
5 changes: 3 additions & 2 deletions charts/kamaji-console/questions.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
questions:
- variable: credentialsSecret.generate
label: Generate Console Config Secret
description: Generates a Secret that contains a Kamaji Console config and credentials (If the option to generate it is enabled, credentials will be visible in the API to authorized users)
description: Generates a Secret that contains a Kamaji Console config and credentials.
type: boolean
default: false
required: true
group: "Console Configuration"
show_subquestion_if: true
subquestions:

- variable: credentialsSecret.nextAuthUrl
label: NextAuthUrl
description: URL where the console is accessible, eg. https://kamaji.rancher.localhost
Expand All @@ -19,11 +18,13 @@ questions:
- variable: credentialsSecret.jwtSecret
description: Secret used to sign the browser session
label: JWT Secret
default: secretme
type: string
group: "Console Configuration"

- variable: credentialsSecret.email
label: email
default: [email protected]
description: Credentials (email) to login into console
type: string
group: "Console Configuration"
Expand Down

0 comments on commit 698b4fa

Please sign in to comment.