Skip to content

Commit

Permalink
Merge pull request #52 from iceowlbeer/fix-indentation-in-omero-serve…
Browse files Browse the repository at this point in the history
…r-configmap

fixes indentation error in omero-server configmap
  • Loading branch information
manics authored Dec 3, 2024
2 parents e096b12 + 2f02332 commit ec8211e
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 ec8211e

Please sign in to comment.