-
Notifications
You must be signed in to change notification settings - Fork 586
helm: use CSIDriver.seLinuxMount parameter in templates #5303
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
Conversation
|
@alelindq, Thanks for noticing and sending the PR. |
62ac9c5 to
17aef17
Compare
|
@iPraveenParihar fixed the commit format now |
|
@alelindq , fix this too 😄 |
17aef17 to
b05b961
Compare
|
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 0cb6771 |
Commit 88ce2c6 removed a EOL kubernetes version check, but also the usage of Values.CSIDriver.seLinuxMount. This commit makes CSIDriver.seLinuxMount configurable from helm parameter, since the default for csidrivers.storage.k8s.io.spec.seLinuxMount is false, but do not change the template default value which is set to true in values.yaml. Signed-off-by: Alexander Lindquister <alelindq@cisco.com>
b05b961 to
adfc2c7
Compare
|
/test ci/centos/k8s-e2e-external-storage/1.32 |
|
/test ci/centos/k8s-e2e-external-storage/1.30 |
|
/test ci/centos/mini-e2e-helm/k8s-1.32 |
|
/test ci/centos/upgrade-tests-cephfs |
|
/test ci/centos/k8s-e2e-external-storage/1.31 |
|
/test ci/centos/mini-e2e/k8s-1.32 |
|
/test ci/centos/mini-e2e-helm/k8s-1.30 |
|
/test ci/centos/upgrade-tests-rbd |
|
/test ci/centos/mini-e2e-helm/k8s-1.31 |
|
/test ci/centos/mini-e2e/k8s-1.30 |
|
/test ci/centos/mini-e2e/k8s-1.31 |
Commit 88ce2c6 removed a EOL kubernetes version check, but also the usage of Values.CSIDriver.seLinuxMount.
This commit makes CSIDriver.seLinuxMount configurable from helm parameter, since the default for csidrivers.storage.k8s.io.spec.seLinuxMount is false, but do not change the template default value which is set to true in values.yaml.