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

Fix: Add SecurityContext to StatefulSet when Persistence is Enabled #28

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ibakshay
Copy link

This PR resolves a permission issue when persistence.enabled: true in the Helm chart. The Perses StatefulSet was unable to write to the /perses/globaldatasources directory due to missing permissions on the mounted volume.

fixes #27

Signed-off-by: Akshay Iyyadurai Balasundaram <[email protected]>
Signed-off-by: Akshay Iyyadurai Balasundaram <[email protected]>
Signed-off-by: Akshay Iyyadurai Balasundaram <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Permission denied when Persistence is enabled
1 participant