We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description:
In the ingress there is no configurable variable set to specify the secretName property. This causes issues with TLS certificates.
Solution: I suggest to make the following change:
--- a/advanced/is-pattern-1/templates/is/wso2is-pattern-1-identity-server-ingress.yaml +++ b/advanced/is-pattern-1/templates/is/wso2is-pattern-1-identity-server-ingress.yaml @@ -26,6 +26,7 @@ spec: tls: - hosts: - {{ .Values.wso2.deployment.wso2is.ingress.identity.hostname }} + secretName: {{ template "is-pattern-1.resource.prefix" . }}-tls rules: - host: {{ .Values.wso2.deployment.wso2is.ingress.identity.hostname }} http:
Suggested Labels:
Type/Bug,Priority/Normal
Suggested Assignees:
CC007
Affected Product Version: 5.11.0-3 (latest at time of writing) and earlier. Setup using helm (advanced setup)
OS, DB, other environment details and versions: WSL2 Ubuntu 18.04
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
In the ingress there is no configurable variable set to specify the secretName property. This causes issues with TLS certificates.
Solution:
I suggest to make the following change:
Suggested Labels:
Type/Bug,Priority/Normal
Suggested Assignees:
CC007
Affected Product Version:
5.11.0-3 (latest at time of writing) and earlier.
Setup using helm (advanced setup)
OS, DB, other environment details and versions:
WSL2 Ubuntu 18.04
The text was updated successfully, but these errors were encountered: