feat(helm): Add PodDisruptionBudget option to helm chart#516
feat(helm): Add PodDisruptionBudget option to helm chart#516SgtCoDFish merged 1 commit intojetstack:masterfrom
Conversation
This brings the agent into line with many other open source charts (see e.g. cert-manager). We document this as a best practice here: https://docs.venafi.cloud/vaas/k8s-components/c-k8s-components-best-practice/#poddisruptionbudget Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
sitaramkm
left a comment
There was a problem hiding this comment.
@SgtCoDFish I could be seeing this wrong - I am running version 0.1.45 atm. Your proposed changes need to go into 46? Or is there some inconsistency in the versions someplace?
I think this is because I ran Basically I think I'm just bringing the docs up to date here, not changing the version number. |
| The Venafi Kubernetes Agent connects your Kubernetes or Openshift cluster to the Venafi Control Plane. | ||
|
|
||
|    | ||
|    |
There was a problem hiding this comment.
note: version bumps come from running make update-helm-docs - looks like they weren't bumped previously!
|
Cheers Olu! |
This brings the agent into line with many other open source charts (see e.g. cert-manager).
We document this as a best practice here:
https://docs.venafi.cloud/vaas/k8s-components/c-k8s-components-best-practice/#poddisruptionbudget
This is largely adapted from https://github.com/cert-manager/trust-manager/tree/main/deploy/charts/trust-manager !