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:
amahmoodsp
2022-03-25 10:19:16 +00:00
committed by GitHub
parent c28c5a2682
commit c041b641f1
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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: