Skip to content

Commit

Permalink
correctly adding value as an empty map
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Mar 15, 2024
1 parent 7e0461c commit ddb6fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/gen3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Helm chart to deploy Gen3 Data Commons
| global.externalSecrets.dbCreate | bool | `false` | Will create the databases and store the creds in Kubernetes Secrets even if externalSecrets is deployed. Useful if you want to use ExternalSecrets for other secrets besides db secrets. |
| global.externalSecrets.deploy | bool | `false` | Will use ExternalSecret resources to pull secrets from Secrets Manager instead of creating them locally. Be cautious as this will override secrets you have deployed. |
| global.hostname | string | `"localhost"` | Hostname for the deployment. |
| global.manifestGlobalExtraValues | map | `nil` | If you would like to add any extra values to the manifest-global configmap. |
| global.manifestGlobalExtraValues | map | `{}` | If you would like to add any extra values to the manifest-global configmap. |
| global.netPolicy | bool | `true` | Whether network policies are enabled. |
| global.portalApp | string | `"gitops"` | Portal application name. |
| global.postgres.dbCreate | bool | `true` | Whether the database create job should run. |
Expand Down
2 changes: 1 addition & 1 deletion helm/gen3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ global:
# -- (bool) Whether Datadog is enabled.
ddEnabled: false
# -- (map) If you would like to add any extra values to the manifest-global configmap.
manifestGlobalExtraValues:
manifestGlobalExtraValues: {}
# -- (map) External Secrets settings.
externalSecrets:
# -- (bool) Will use ExternalSecret resources to pull secrets from Secrets Manager instead of creating them locally. Be cautious as this will override secrets you have deployed.
Expand Down

0 comments on commit ddb6fe0

Please sign in to comment.