Skip to content

Commit

Permalink
fix: secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilla Vass committed Sep 14, 2023
1 parent 220a109 commit 36786d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
tls:
- hosts:
- {{ include "testkube-cloud-api.ingress.statusPagesHost" . | quote }}
secretName: {{ .Values.ingress.tlsSecretName }}
secretName: {{ .Values.api.tls.tlsSecret }}
rules:
- host: {{ include "testkube-cloud-api.ingress.statusPagesHost" . | quote }}
http:
Expand Down

0 comments on commit 36786d0

Please sign in to comment.