-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
bug 🐛Something isn't workingSomething isn't working
Description
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):
"states": [
{
"name": "CheckApplication",
"type": "switch",
"metadata": {
"metadataState": "state info"
},
Anything else we need to know?:
See context here:
Metadata
Metadata
Assignees
Labels
bug 🐛Something isn't workingSomething isn't working