adamant-kite-43734
08/29/2024, 9:16 PMstocky-account-63046
08/30/2024, 9:53 AMgifted-breakfast-73755
08/30/2024, 2:19 PMmachine-config
values end up at spec.template.spec
so in the final K8s resource definition it wouldn't conflict with the root level metadata
field (sibling of spec
)... are there any hooks available where I can map the name of the field last minute before it gets stored in the K8s resource so that it starts as this.value.mdata
(to not conflict with this.value.metadata
which seems to map to the root metadata
field in the K8s resource to be) in <my-extension-app>/pkg/<provider>/machine-config/<provider>.vue
but then ends up getting mapped to metadata
before saved in K8s?stocky-account-63046
09/02/2024, 7:48 AM