Skip to content

Commit

Permalink
Merge branch 'manics:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
iceowlbeer authored Feb 3, 2025
2 parents d45b5ec + ec8211e commit 3075d69
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 3075d69

Please sign in to comment.