Skip to content

Commit

Permalink
fixes indentation error in omero-server configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
iceowlbeer committed Dec 3, 2024
1 parent d45b5ec commit dccd9e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions omero-server/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ data:

server.omero: |
{{- if .Values.certificates.enabled }}
certificates
certificates
{{- end }}
{{- if .Values.websockets.enabled }}
config set -- omero.client.icetransports ssl,wss{{ if not .Values.websockets.encrypted }},ws{{- end }}
config set -- omero.client.icetransports ssl,wss{{ if not .Values.websockets.encrypted }},ws{{- end }}
{{- else }}
config set -- omero.client.icetransports ssl
config set -- omero.client.icetransports ssl
{{- end }}
{{- range $key, $value := .Values.config.set }}
Expand Down

0 comments on commit dccd9e7

Please sign in to comment.