Skip to content

Commit d8409d0

Browse files
jhbeskowvgrassia
andauthored
Apply suggestions from code review
Co-authored-by: Vince Grassia <[email protected]>
1 parent 735bb51 commit d8409d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

charts/self-host/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ general:
5757
# Override application container version tags. Theses will be versioned with the chart and need not be changed in most circumstances.
5858
coreVersionOverride: ""
5959
webVersionOverride: ""
60-
# Disable users' ability to register themselves
60+
# Disable account registration on web vault
6161
disableUserRegistration: "false"
6262
# Have I Been Pwned API Key
6363
hibpApiKey: "false"
64-
# Set to email addresses for Admin users
64+
# Comma-separated list of email addresses for Admin users
6565
admins: "false"
6666
email:
6767
# Email address used for invitations, typically no-reply@smtp-host
@@ -79,10 +79,10 @@ general:
7979
# This storage class requires ReadWriteMany. You will need to provide your own storage class. Storage classes with automatic volume previsioners are recommended.
8080
sharedStorageClassName: "shared-storage"
8181

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
8383
secrets:
8484
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
8686
secretProviderClass:
8787

8888
# Settings for individual service containers
@@ -327,8 +327,8 @@ database:
327327
# Run the pod under a service account you create. This is especially useful for OpenShift deployments
328328
podServiceAccount:
329329

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.
332332
rawManifests:
333333
preInstall: []
334334
postInstall: []

0 commit comments

Comments
 (0)