Skip to content

Commit

Permalink
Fix chart for non-tls deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
spilchen committed Nov 9, 2023
1 parent 18dc195 commit 4eef449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Generate te value for VKCONFIG_JVM_OPTS based on values.yaml
{{- define "vertica-kafka-scheduler.jvmOpts" -}}
{{- if .Values.tls.enabled -}}
"-Djavax.net.ssl.trustStore={{ .Values.tls.trustStoreMountPath }}/{{ .Values.tls.trustStoreSecretKey }} -Djavax.net.ssl.keyStore={{ .Values.tls.keyStoreMountPath }}/{{ .Values.tls.keyStoreSecretKey }} -Djavax.net.ssl.keyStorePassword={{ .Values.tls.keyStorePassword }} {{ .Values.jvmOpts }}"
{{- else }}
{{- else -}}
{{ default (quote "") .Values.jvmOpts }}
{{- end }}
{{- end }}

0 comments on commit 4eef449

Please sign in to comment.