Skip to content

Commit

Permalink
Leverages configurable favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
ridoo committed Aug 8, 2023
1 parent d97edba commit d994dc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/geonode/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ amqp://{{ .Values.rabbitmq.auth.username }}:{{ .Values.rabbitmq.auth.password }}
{{- end -}}

{{- define "external_port" -}}
{{- if or (eq (toString .Values.geonode.ingress.externalPort) "80") (eq (toString .Values.geonode.ingress.externalPort) "443") -}}
{{- if or ( not .Values.geonode.ingress.externalPort ) (eq (toString .Values.geonode.ingress.externalPort) "80") (eq (toString .Values.geonode.ingress.externalPort) "443") -}}
{{- else -}}
:{{ .Values.geonode.ingress.externalPort}}
{{- end -}}
Expand Down
Loading

0 comments on commit d994dc0

Please sign in to comment.