Skip to content
New issue

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

Wrong path in identity-server-deployment.yaml #239

Closed
angeloimm opened this issue Jul 2, 2020 · 1 comment · Fixed by #246
Closed

Wrong path in identity-server-deployment.yaml #239

angeloimm opened this issue Jul 2, 2020 · 1 comment · Fixed by #246
Assignees
Milestone

Comments

@angeloimm
Copy link

angeloimm commented Jul 2, 2020

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?

@chirangaalwis
Copy link
Member

Related issue: #234

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants