Skip to content

Commit

Permalink
use quote
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Dec 11, 2024
1 parent d4a2125 commit 6740f33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
name: {{ .Release.Name }}-ocelot
annotations:
cert-manager.io/issuer: {{ .Values.cert_manager.issuer | default (printf "%s-letsencrypt-staging" .Release.Name) }}
traefik.ingress.kubernetes.io/router.middlewares: {{ include "joinRedirectMiddlewares" $ | default ""}}
traefik.ingress.kubernetes.io/router.middlewares: {{ quote (include "joinRedirectMiddlewares" $)}}
spec:
tls:
- hosts:
Expand Down

0 comments on commit 6740f33

Please sign in to comment.