Closed wdonne closed 3 months ago
Hmmm, we could add a special case into gotohelm
that excludes .Status
from the zero values. It might be difficult to get a handle to the interface but detecting anything implementing meta.Object
should do the trick.
See also https://github.com/redpanda-data/helm-charts/pull/1459
As a temporary work around, you might be able to use Kustomize's JSON Patches to remove the Status fields.
What happened?
When rendering the Helm chart the PodDisruptionBudget resource is generated with a status field.
What did you expect to happen?
No status field. Only a controller should produce that.
How can we reproduce it (as minimally and precisely as possible)?. Please include values file.
Anything else we need to know?
No response
Which are the affected charts?
Redpanda
Chart Version(s)
Cloud provider
JIRA Link: K8S-308