Skip to content

Commit

Permalink
Update helm/flowforge/templates/configmap.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: PPawlowski <ppawlowski@users.noreply.github.com>
  • Loading branch information
hardillb and ppawlowski committed Jun 5, 2024
1 parent 6aff444 commit d71a141
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/flowforge/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ data:
{{- if .Values.forge.customHostname }}
customHostname:
enabled: {{ .Values.forge.customHostname.enabled }}
{{- if .Values.forge.customHostname.cnameTarget }}
cnameTarget: {{ .Values.forge.customHostname.cnameTarget }}
{{- end }}
{{ if default false .Values.forge.customHostname.enabled -}}
cnameTarget: {{ required "A value is required for .Values.forge.customHostname.cnameTarget" .Values.forge.customHostname.cnameTarget }}
{{- end -}}
{{- if .Values.forge.customHostname.certManagerIssuer }}
certManagerIssuer: {{ .Values.forge.customHostname.certManagerIssuer }}
{{- end }}
Expand Down

0 comments on commit d71a141

Please sign in to comment.