Skip to content

Commit

Permalink
fix: do not set prefix (#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa authored Oct 30, 2024
1 parent 2805de0 commit 2fc97e7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions charts/camunda-platform-alpha/templates/zeebe/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ data:
{{- if or .Values.global.elasticsearch.auth.username .Values.global.opensearch.auth.username }}
username: {{ if .Values.global.elasticsearch.auth.username }}{{ .Values.global.elasticsearch.auth.username | quote }}{{ else }}{{ .Values.global.opensearch.auth.username | quote }}{{- end }}
{{- end }}
{{- if .Values.global.elasticsearch.enabled }}
index:
prefix: {{ .Values.global.elasticsearch.prefix | quote }}
{{- end }}
{{- if .Values.zeebe.retention.enabled }}
retention:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ data:
connect:
type: elasticsearch
url: "http://camunda-platform-test-elasticsearch:9200"
index:
prefix: "zeebe-record"
createSchema: true
gateway:
enable: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ data:
connect:
type: elasticsearch
url: "http://camunda-platform-test-elasticsearch:9200"
index:
prefix: "zeebe-record"
createSchema: true
gateway:
enable: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ data:
connect:
type: elasticsearch
url: "http://camunda-platform-test-elasticsearch:9200"
index:
prefix: "zeebe-record"
createSchema: true
gateway:
enable: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ data:
connect:
type: elasticsearch
url: "http://camunda-platform-test-elasticsearch:9200"
index:
prefix: "zeebe-record"
createSchema: true
gateway:
enable: true
Expand Down

0 comments on commit 2fc97e7

Please sign in to comment.