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
When invoking Helm via kustomize or other tools it is possible that the API server isn't available to respond to a capabilities request. In these cases we should allow engineers to override the capabilities via the values.yaml.
When invoking Helm via kustomize or other tools it is possible that the API server isn't available to respond to a capabilities request. In these cases we should allow engineers to override the capabilities via the values.yaml.
https://github.com/fluent/helm-charts/blob/main/charts/fluent-bit/templates/_helpers.tpl#L69 example of a location where this is needed. Should just add the to the initial if condition to support a values.yaml declaration.
https://github.com/renovatebot/helm-charts/blob/main/charts/renovate/templates/cronjob.yaml#L1-L9 is an example implementation from a different helm chart.
The text was updated successfully, but these errors were encountered: