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
Some services that we reuse these charts with might not have a way to health probe the container, or like the locust service it's a run and done concept.
Add {{- if (default true .Values.healthChecks) }} around the probes to make them optional, defaulting to true so we don't have to update the other override values for this.
The text was updated successfully, but these errors were encountered:
Some services that we reuse these charts with might not have a way to health probe the container, or like the locust service it's a run and done concept.
Add {{- if (default true .Values.healthChecks) }} around the probes to make them optional, defaulting to true so we don't have to update the other override values for this.
The text was updated successfully, but these errors were encountered: