Closed adamancini closed 1 year ago
From first glance it looks like the issue is - https://github.com/replicatedhq/helm-charts/blob/main/charts/replicated-library/templates/lib/_container.tpl#L69.
Looks like the value of $containerValues.livenessProbe
is being appended to $.Values.defaults.probes.livenessProbe
each time it iterates through the list of the containers expanding the configuration of the probes leading to multiple handlers.
with values.yaml
renders
the additional
httpGet:
stanza causes the manifest to fail validation