mirror of
https://github.com/bitnami/charts.git
synced 2026-02-18 18:57:18 +08:00
Add missing entryPointStyle so that entrypoint may be configured for SCDF tasks (#9516)
Signed-off-by: amah <67964799+amahmoodsp@users.noreply.github.com>
This commit is contained in:
@@ -39,4 +39,4 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow
|
||||
- https://github.com/bitnami/bitnami-docker-spring-cloud-skipper
|
||||
- https://dataflow.spring.io/
|
||||
version: 6.0.5
|
||||
version: 6.0.6
|
||||
@@ -76,6 +76,9 @@ data:
|
||||
{{- if .Values.deployer.secretRefs }}
|
||||
secretRefs: {{- toYaml .Values.deployer.secretRefs | nindent 22 }}
|
||||
{{- end }}
|
||||
{{- if .Values.deployer.entryPointStyle }}
|
||||
entryPointStyle: {{ .Values.deployer.entryPointStyle }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.server.configuration.containerRegistries }}
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user