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
In the file https://github.com/wso2/kubernetes-is/blob/master/advanced/is-pattern-1/templates/is/identity-server-deployment.yaml we see a wrong log path location when central logging is enabled. We have:
{ if .Values.wso2.centralizedLogging.enabled }} - name: shared-logs mountPath: /home/wso2carbon/wso2is-5.8.0/repository/logs/
I thin it should be
{ if .Values.wso2.centralizedLogging.enabled }} - name: shared-logs mountPath: /home/wso2carbon/wso2is-5.10.0/repository/logs/
Am I correct?
The text was updated successfully, but these errors were encountered:
Related issue: #234
Sorry, something went wrong.
chirangaalwis
Successfully merging a pull request may close this issue.
In the file https://github.com/wso2/kubernetes-is/blob/master/advanced/is-pattern-1/templates/is/identity-server-deployment.yaml we see a wrong log path location when central logging is enabled.
We have:
I thin it should be
Am I correct?
The text was updated successfully, but these errors were encountered: