Skip to content

Commit

Permalink
Updates values.yml to let user know how they can provided a custom ad…
Browse files Browse the repository at this point in the history
…min password

Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Dec 7, 2023
1 parent 5bb0531 commit ea94cd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/opensearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ config:
extraEnvs: []
# - name: MY_ENVIRONMENT_VAR
# value: the_value_goes_here
# 2.12 onwards a custom strong password needs to be provided in order to setup demo admin user.
# Cluster will not spin-up without this unless demo config install is disabled.
# - name: initialAdminPassword
# value: <a-strong-password>

# Allows you to load environment variables from kubernetes secret or config map
envFrom: []
Expand Down

0 comments on commit ea94cd0

Please sign in to comment.