Closed mishaprokop4ik closed 1 year ago
Visit the deploys page to approve it
Name | Link |
---|---|
Latest commit | cdb6fc4a1b2804f408bbe37ef90a4886fc10b461 |
Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset.
In case there are security findings, they will be communicated to you as a comment inside the PR.
Hope you’ll enjoy using Jit.
Questions? Comments? Want to learn more? Get in touch with us.
@89luca89 @matskiv @MaxRink @richburroughs PTAL
Description
In this PR I want to add priorityClassName to jsPolicy Helm Chart. I want to do it because in some system jsPolicy can work as system critical component and to make it more privileged I added priorityClassName value to the jsPolicy Chart. I added
priorityClassName
without any default values because usually, jsPolicy may not need this privilege.Testing
The command which I use to deploy jsPolicy Helm Chart -
helm install jspolicy . --set priorityClassName=system-cluster-critical
There you can see that
priorityClassName
was added successfully to the podsAnd Deployment also has
priorityClassName
valuehelm install jspolicy .
.