Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Feb 6, 2025
1 parent 630537d commit f9ce40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/testkube-cloud-api/templates/ingress-rest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ metadata:
cert-manager.io/cluster-issuer: {{ required ".Values.global.certManager.issuerRef must be provided if provider is cert-manager" .Values.global.certManager.issuerRef }}
{{- end }}
{{- end }}
{{ - if and (eq .Values.ingress.className "nginx") (.Values.api.tls.serveHTTPS) }}
{{- if and (eq .Values.ingress.className "nginx") (.Values.api.tls.serveHTTPS) }}
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
{{ - end }}
{{- end }}
{{- with .Values.ingress.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit f9ce40c

Please sign in to comment.