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
I've tried to configure the generated kubernetes resources using an existing resource as described in deploying-to-kubernetes guide but I noticed that it is required to provide some empty objects to get a proper generated resources.
As example, assuming I want to use the following resource:
Describe the bug
I've tried to configure the generated kubernetes resources using an existing resource as described in deploying-to-kubernetes guide but I noticed that it is required to provide some empty objects to get a proper generated resources.
As example, assuming I want to use the following resource:
Then the generated resource has a spec like:
which lacks the mandatory
selector
section.if I amend the existing resource and I add some empty sections, like:
then the generated result is like:
Expected behavior
It should not be needed to set empty sections to get a proper generated resource
Actual behavior
The generated resource is incorrect if empty fields are omitted
The text was updated successfully, but these errors were encountered: