Skip to content

Commit

Permalink
fix: ensure TLS secret name is not overridden
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Boros <[email protected]>
  • Loading branch information
gabor-boros committed May 13, 2024
1 parent 13ea575 commit 2ed227e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ spec:
tls:
- hosts:
- {{ host }}
secretName: central-lb-ingress-tls
secretName: {{ host | replace(".", "-") }}-tls
{%- endfor %}

0 comments on commit 2ed227e

Please sign in to comment.