You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are often cases, when the deployer of the helm charts needs or wants the ability to add any yaml to various kubernetes resources, such as (not limited to in this example):
workload
containers
services
ingress
A possible option might be to provide via a toYaml yaml structure under these sections.
Note: In this example, there is a way to provide a schedulerName to the workload, so this would simply override this. However, for those that would like to have total control of what settings they provide to the workload, they could override it here. It would override any settings provided by the helm-chart, if provided.
There are often cases, when the deployer of the helm charts needs or wants the ability to add any yaml to various kubernetes resources, such as (not limited to in this example):
A possible option might be to provide via a
toYaml
yaml structure under these sections.Note: In this example, there is a way to provide a schedulerName to the workload, so this would simply override this. However, for those that would like to have total control of what settings they provide to the workload, they could override it here. It would override any settings provided by the helm-chart, if provided.
The text was updated successfully, but these errors were encountered: