Skip to content

Commit

Permalink
fix trailing space in values
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Mar 26, 2024
1 parent 50da46d commit 85d5142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/netmaker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ A Helm chart to run HA Netmaker on Kubernetes
| mq.tolerations | object | `{}` | optional tolerations settings for mqtt |
| mq.username | string | `"netmaker"` | |
| nameOverride | string | `""` | override the name for netmaker objects |
| netmaker.admin.existingSecret | string | `""` | set admin user/password via an existing k8s secret. Must have keys: ADMIN_USER, ADMIN_PASSWORD If set, disables registration via UI, and ignores netmaker.admin.user, netmaker.admin.password |
| netmaker.admin.existingSecret | string | `""` | set admin user/password via an existing k8s secret. Must have keys: ADMIN_USER, ADMIN_PASSWORD If set, disables registration via UI, and ignores netmaker.admin.user, netmaker.admin.password |
| netmaker.admin.password | string | `""` | initial admin user's password, ignored if netmaker.admin.existingSecret set |
| netmaker.admin.user | string | `""` | initial admin user to create. if set, disables registration via UI. Ignored if netmaker.admin.existingSecret set |
| netmaker.enterprise | object | `{"licenseKey":"","tenantId":""}` | if using enterprise edition fill out this section |
Expand Down
2 changes: 1 addition & 1 deletion charts/netmaker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ netmaker:
# -- initial admin user's password, ignored if netmaker.admin.existingSecret set
password: ""
# -- set admin user/password via an existing k8s secret. Must have keys:
# ADMIN_USER, ADMIN_PASSWORD
# ADMIN_USER, ADMIN_PASSWORD
# If set, disables registration via UI, and ignores netmaker.admin.user, netmaker.admin.password
existingSecret: ""

Expand Down

0 comments on commit 85d5142

Please sign in to comment.