Skip to content

Commit

Permalink
doc Add global.elasticsearch.useSSL to values.yaml (acryldata#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpianista authored Dec 1, 2022
1 parent 04a7b84 commit 063b607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/datahub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for LinkedIn DataHub
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.2.115
version: 0.2.116
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.9.1
Expand Down
1 change: 1 addition & 0 deletions charts/datahub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ global:
port: "9200"
skipcheck: "false"
insecure: "false"
useSSL: "false"

kafka:
bootstrap:
Expand Down

0 comments on commit 063b607

Please sign in to comment.