Unverified Commit dab58685 authored by William Tucker's avatar William Tucker Committed by GitHub
Browse files

Merge pull request #242 from ESGF/optional-tls

Added boolean toggle for TLS config
parents 95e368d1 8340879b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ The produced mounts will always be read-only.
Generate TLS config for ingress.
*/}}
{{- define "esgf.ingress.tls" }}
{{- if .Capabilities.APIVersions.Has "security.openshift.io/v1" }}
{{- if .Values.ingress.tls.enabled }}
tls:
  - hosts:
      - {{ .Values.hostname | quote }}
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ ingress:
  authSignin:
  # TLS configuration
  tls:
    enabled: true
    # Either give the name of an existing TLS secret
    # See https://kubernetes.io/docs/concepts/services-networking/ingress/#tls
    secretName: