Skip to content

Commit

Permalink
Merge pull request #24 from NBISweden/feature/fix-ingress
Browse files Browse the repository at this point in the history
Fix bug in ingress
  • Loading branch information
jbygdell authored Oct 26, 2022
2 parents 43772ea + 98fb3a9 commit 51d8f27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charts/uppmax-integration/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ metadata:
nginx.ingress.kubernetes.io/rewrite-target: "/"
nginx.ingress.kubernetes.io/backend-protocol: "{{ ternary "HTTPS" "HTTP" .Values.global.tls.enabled }}"
{{- end }}
{{- with .Values.ingress.annotations }}
{{- toYaml . | nindent 4 }}
{{- if .Values.ingress.clusterIssuer }}
cert-manager.io/cluster-issuer: {{ .Values.ingress.clusterIssuer | quote }}
{{- else if .Values.ingress.issuer }}
cert-manager.io/issuer: {{ .Values.ingress.issuer | quote }}
{{- end }}
{{- end }}
spec:
{{- if .Values.ingress.ingressClassName }}
ingressClassName: {{ .Values.ingress.ingressClassName }}
Expand Down

0 comments on commit 51d8f27

Please sign in to comment.