File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
charts/camunda-platform-8.8
test/unit/orchestration/golden Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ data:
158158 {{- if or .Values.global.elasticsearch.auth.username .Values.global.opensearch.auth.username }}
159159 username : {{ if .Values.global.elasticsearch.auth.username }}{{ .Values.global.elasticsearch.auth.username | quote }}{{ else }}{{ .Values.global.opensearch.auth.username | quote }}{{- end }}
160160 {{- end }}
161+ awsEnabled : {{ .Values.global.opensearch.aws.enabled | default false }}
161162 {{- if .Values.orchestration.retention.enabled }}
162163 retention :
163164 enabled : true
@@ -285,6 +286,7 @@ data:
285286 minimumAge : {{ .Values.orchestration.history.retention.minimumAge | quote }}
286287 policyName : {{ .Values.orchestration.history.retention.policyName | quote }}
287288 {{- end }}
289+ awsEnabled : {{ .Values.global.opensearch.aws.enabled | default false }}
288290 {{- end }}
289291
290292 #
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ data:
103103 connect:
104104 type: elasticsearch
105105 url: "http://camunda-platform-test-elasticsearch:9200"
106+ awsEnabled: false
106107 history:
107108 elsRolloverDateFormat: "date"
108109 rolloverInterval: "1d"
@@ -151,6 +152,7 @@ data:
151152 clusterName: elasticsearch
152153 # Database full url
153154 url: "http://camunda-platform-test-elasticsearch:9200"
155+ awsEnabled: false
154156
155157 #
156158 # Camunda Operate Configuration.
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ data:
103103 connect:
104104 type: elasticsearch
105105 url: "http://camunda-platform-test-elasticsearch:9200"
106+ awsEnabled: false
106107 history:
107108 elsRolloverDateFormat: "date"
108109 rolloverInterval: "1d"
@@ -151,6 +152,7 @@ data:
151152 clusterName: elasticsearch
152153 # Database full url
153154 url: "http://camunda-platform-test-elasticsearch:9200"
155+ awsEnabled: false
154156
155157 #
156158 # Camunda Operate Configuration.
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ data:
103103 connect:
104104 type: elasticsearch
105105 url: "http://camunda-platform-test-elasticsearch:9200"
106+ awsEnabled: false
106107 history:
107108 elsRolloverDateFormat: "date"
108109 rolloverInterval: "1d"
@@ -151,6 +152,7 @@ data:
151152 clusterName: elasticsearch
152153 # Database full url
153154 url: "http://camunda-platform-test-elasticsearch:9200"
155+ awsEnabled: false
154156
155157 #
156158 # Camunda Operate Configuration.
You can’t perform that action at this time.
0 commit comments