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 missing volume in psp #168

Merged
merged 1 commit into from
Jun 29, 2022
Merged

Fix missing volume in psp #168

merged 1 commit into from
Jun 29, 2022

Conversation

olevitt
Copy link
Contributor

@olevitt olevitt commented May 10, 2022

Hi,

We tried installing scaphandre on our cluster (baremetal, kubespray, 1.22, docker) using helm and the pods were not being created due to invalid PSP configuration.
After some investigation, we found out that the daemonset used a projected volume and that projected volumes were not allowed by the PSP. Adding projected volume to the PSP fixes the installation.

This PR adds projected to the list of volumes allowed by the PSP created by Helm

@bpetit bpetit added this to the Release v0.5.0 milestone May 26, 2022
@bpetit bpetit changed the base branch from main to dev June 15, 2022 08:44
@bpetit
Copy link
Contributor

bpetit commented Jun 15, 2022

Hi, thanks for this PR. It will be integrated for release 0.5

@bpetit bpetit changed the base branch from dev to main June 15, 2022 08:45
@bpetit bpetit merged commit a8167f1 into hubblo-org:main Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Previous releases
Development

Successfully merging this pull request may close these issues.

2 participants