Skip to content

Commit

Permalink
update secret name for websokcets
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Nov 5, 2024
1 parent 25f01ed commit 1be10f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/testkube-cloud-api/templates/ingress-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
tls:
- hosts:
- {{ include "testkube-cloud-api.ingress.websocketsHost" . | quote }}
secretName: {{ .Values.api.tls.tlsSecret }}
secretName: testkube-cloud-websockets-tls
rules:
{{- $tlsConfig := .Values.api.tls }}
- host: {{ include "testkube-cloud-api.ingress.websocketsHost" . | quote }}
Expand Down

0 comments on commit 1be10f2

Please sign in to comment.