-
|
Hi! Is it really intended? If that is the case, what is the purpose of it? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Not a Helm Expert, but I guess it means that if the |
Beta Was this translation helpful? Give feedback.
-
|
Got it! Thanks so much for the help |
Beta Was this translation helpful? Give feedback.
Not a Helm Expert, but I guess it means that if the
generatePodDisruptionBudgetfrom the values file is not equal totrue, the environment variable will be set withgeneratePodDisruptionBudgetas its value. It allows you to disable the Pod Disruption Budget maintenance if needed by setting it tofalsewhile not injecting the environment variable by default (as it defaults totrueanyway).