Skip to content

Commit

Permalink
fix: check if console is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Nov 1, 2023
1 parent e3a6948 commit 9d4a837
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/hstreamdb/templates/hstreamdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
container:
name: {{ .Values.hmeta.name }}
volumeClaimTemplate: {{- include "hstreamdb.hmeta.volumeClaimTemplate" . | indent 6 }}
{{- if .Values.console.enabled }}
console:
image: hstreamdb/hstream-console
imagePullPolicy: {{ .Values.image.pullPolicy }}
Expand All @@ -42,4 +43,5 @@ spec:
value: {{ include "hstreamdb.fullname" . }}-internal-hserver:6570
{{- with .Values.console.env }}
{{- toYaml . | nindent 8 }}
{{- end -}}}}
{{- end -}}
{{- end }}

0 comments on commit 9d4a837

Please sign in to comment.