You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/self-host/values.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -57,11 +57,11 @@ general:
57
57
# Override application container version tags. Theses will be versioned with the chart and need not be changed in most circumstances.
58
58
coreVersionOverride: ""
59
59
webVersionOverride: ""
60
-
# Disable users' ability to register themselves
60
+
# Disable account registration on web vault
61
61
disableUserRegistration: "false"
62
62
# Have I Been Pwned API Key
63
63
hibpApiKey: "false"
64
-
#Set to email addresses for Admin users
64
+
#Comma-separated list of email addresses for Admin users
65
65
admins: "false"
66
66
email:
67
67
# Email address used for invitations, typically no-reply@smtp-host
@@ -79,10 +79,10 @@ general:
79
79
# This storage class requires ReadWriteMany. You will need to provide your own storage class. Storage classes with automatic volume previsioners are recommended.
80
80
sharedStorageClassName: "shared-storage"
81
81
82
-
# Secrets are required. Review the chart Readme on GitHub for details on creating these secrets
82
+
# Secrets are required. Review the chart README on GitHub for details on creating these secrets
83
83
secrets:
84
84
secretName: custom-secret
85
-
# Secrets can either be created via kubectl create secrets or a secret provider class. If using the latter, specify the name here
85
+
# Secrets can either be created via 'kubectl create secrets' or by using a secret provider class. If using the latter, specify the name here
86
86
secretProviderClass:
87
87
88
88
# Settings for individual service containers
@@ -327,8 +327,8 @@ database:
327
327
# Run the pod under a service account you create. This is especially useful for OpenShift deployments
328
328
podServiceAccount:
329
329
330
-
# You can specify raw Kubernetes manifests that will get applied before or after the base Helm install.
331
-
# Please see the chart Readme in GitHub for more information and examples.
330
+
# You can specify raw Kubernetes manifests that will be applied before or after the base Helm install.
331
+
# Please see the chart README in GitHub for more information and examples.
0 commit comments