Skip to content

Commit

Permalink
disable demo config
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Liu <[email protected]>
  • Loading branch information
Flyingliuhub committed Mar 6, 2024
1 parent 4e485e2 commit 0160654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/playground/helm/preview/helm-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ extraEnvs:
# - name: MY_ENVIRONMENT_VAR
# value: the_value_goes_here
- name: DISABLE_INSTALL_DEMO_CONFIG
value: "false"
value: "true"

# Allows you to load environment variables from kubernextes secret or config map
envFrom: []
Expand Down
2 changes: 1 addition & 1 deletion config/playground/helm/searchapps/helm-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ extraEnvs:
# - name: MY_ENVIRONMENT_VAR
# value: the_value_goes_here
- name: DISABLE_INSTALL_DEMO_CONFIG
value: "false"
value: "true"

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

0 comments on commit 0160654

Please sign in to comment.