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
Kustomize overwrite Rollout's .spec.template.spec.containers[].env fields when overlay. I think kustomize should merge its field instead of overwriting.
Summary
Kustomize overwrite Rollout's
.spec.template.spec.containers[].env
fields when overlay. I think kustomize should merge its field instead of overwriting.Example
Manifests
Expected output of
kustomize build
commandActual output of
kustomize build
commandNote
I guess rollout_cr_schema.json lack following annotation at
env
properties.swagger.json, which is referred by gen-crd-spec, has forementioned annotation at
env
properties at L5873-L5881. But rollout_cr_schema.json lack forementioned annotation atenv
properties at following lines.Diagnostics
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: