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
What happened:
When running the SDK with Kubernetes API, the admission controller won't parse metadata fields correctly. This happens because it's a dynamic object that can be anything. This way, the admission controller won't know how to handle these objects.
What you expected to happen:
That metadata fields are preserved when a CRD using this SDK is submitted to the server.
How to reproduce it:
Add a metadata field to a workflow state (v0.8/v0.9):
What happened:
When running the SDK with Kubernetes API, the admission controller won't parse metadata fields correctly. This happens because it's a dynamic object that can be anything. This way, the admission controller won't know how to handle these objects.
What you expected to happen:
That metadata fields are preserved when a CRD using this SDK is submitted to the server.
How to reproduce it:
Add a metadata field to a workflow state (v0.8/v0.9):
Anything else we need to know?:
See context here:
The text was updated successfully, but these errors were encountered: