File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
charts/camunda-platform-8.8/templates/orchestration Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 3030 username: {{ .Values.global.elasticsearch.auth.username }}
3131 password: ${VALUES_ELASTICSEARCH_PASSWORD:}
3232 {{- end }}
33+ {{- if .Values.orchestration.history.retention.enabled }}
34+ retention:
35+ enabled: true
36+ minimumAge: {{ .Values.orchestration.history.retention.minimumAge | quote }}
37+ policyName: {{ .Values.orchestration.history.retention.policyName | quote }}
38+ {{- end }}
3339 {{- else }}
3440 camunda:
3541 data:
5763 username: {{ .Values.global.opensearch.auth.username }}
5864 password: ${VALUES_OPENSEARCH_PASSWORD:}
5965 {{- end }}
66+ {{- if .Values.orchestration.history.retention.enabled }}
67+ retention:
68+ enabled: true
69+ minimumAge: {{ .Values.orchestration.history.retention.minimumAge | quote }}
70+ policyName: {{ .Values.orchestration.history.retention.policyName | quote }}
71+ {{- end }}
6072 {{- end }}
6173 migration:
6274 process:
You can’t perform that action at this time.
0 commit comments