You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log output covering before error and any error statements
time="2019-11-04T21:54:37Z" level=error msg="Error configuring TLS for ingress console/stratos-console-ingress: secret console/{{ .Release.Name }}-ingress-tls does not exist"
time="2019-11-04T21:54:38Z" level=error msg="Error configuring TLS for ingress console/stratos-console-ingress: secret console/{{ .Release.Name }}-ingress-tls does not exist"
time="2019-11-04T21:54:39Z" level=error msg="Error configuring TLS for ingress console/stratos-console-ingress: secret console/{{ .Release.Name }}-ingress-tls does not exist"
time="2019-11-04T21:54:40Z" level=error msg="Error configuring TLS for ingress console/stratos-console-ingress: secret console/{{ .Release.Name }}-ingress-tls does not exist"
time="2019-11-04T21:54:41Z" level=error msg="Error configuring TLS for ingress console/stratos-console-ingress: secret console/{{ .Release.Name }}-ingress-tls does not exist"
Detailed Description
The problem is with duplicated inner curly braces here:
Frontend Deployment type
Backend (Jet Stream) Deployment type
Expected behaviour
There should be no problem when using ingress configuration.
Actual behaviour
There is an error that ingress cannot find proper secret for tls connection
Steps to reproduce the behavior
Use similar configuration:
Log output covering before error and any error statements
Detailed Description
The problem is with duplicated inner curly braces here:
stratos/deploy/kubernetes/console/templates/ingress.yaml
Line 63 in ffc629e
Context
This breaks an ingress functionality
Possible Implementation
Remove duplicate braces from here:
stratos/deploy/kubernetes/console/templates/ingress.yaml
Line 63 in ffc629e
The text was updated successfully, but these errors were encountered: