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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This repository provides an OpenAPISchema file.
https://github.com/argoproj/argo-rollouts/blob/master/docs/features/kustomize/rollout_cr_schema.json
I use it when applying resources to k8s by Kustomize.
But generated resources by Kustomize do not seem to merge well.
Sample repository: https://github.com/morix1500/argorollouts-kustomize-sample
I prepared the following samples to test
kustomize build
.(Kustomize version is 4.2.0)Expectation generated resource:
Actual generated resource:
Apparently, the env section in resources does not merge well.
I add a merge key rule to the OpenAPISchema file.
https://github.com/morix1500/argorollouts-kustomize-sample/blob/main/base/rollout_cr_schema_v2.json#L267-L268
Then generated resources by Kustomize were generated as expected.
Is this something I'm doing wrong?
Or is it a bug?
Beta Was this translation helpful? Give feedback.
All reactions