Skip to content

Commit

Permalink
Merge pull request #30 from BouyguesTelecom/fix/ingress
Browse files Browse the repository at this point in the history
fix secretName tls ingress
  • Loading branch information
AmelieLoulergue authored Dec 12, 2024
2 parents 6a81dce + 1446a41 commit c300c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensource/templates/nginx/nginx-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
tls:
- hosts:
- {{ .Values.env }}.{{ .Values.domain }}
secretName: {{ ..Release.Name }}-tls-certificate
secretName: {{ .Release.Name }}-tls-certificate
{{- end }}
rules:
- host: '{{ .Values.env }}.{{ .Values.domain }}'
Expand Down

0 comments on commit c300c89

Please sign in to comment.