We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6afedc4 + f325090 commit 771a896Copy full SHA for 771a896
2 files changed
helmchart.yaml
@@ -12,3 +12,5 @@ spec:
12
global:
13
imagePullSecrets:
14
- name: '{{repl ImagePullSecretName }}'
15
+ adminSecret: '{{repl ConfigOption "admin_secret"}}'
16
+ siteName: '{{repl ConfigOption "site_name"}}'
kots-config.yaml
@@ -3,4 +3,17 @@ kind: Config
3
metadata:
4
name: gameshelf
5
spec:
6
- groups: []
+ groups:
7
+ - name: gameshelf
8
+ title: GameShelf
9
+ items:
10
+ - name: admin_secret
11
+ title: Admin Password
+ type: password
+ required: true
+ help_text: "Password for the GameShelf admin panel."
+ - name: site_name
+ title: Site Name
17
+ type: text
18
+ default: "GameShelf"
19
+ help_text: "The name displayed in the browser title and header."
0 commit comments