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
We have a ConfigMap with some data in it, and I want to pull that data into another ConfigMap but with a few changes to add or override some things.
I think we should be able to use overrideStrategy for this, but it currently seems to expect the override data to come from another ConfigMap, whereas I want to be able to hardcode the data I want to add/override into the mtp. To do this we would need to be able to specify a block of json or yaml instead of a configMapKeyRef
Here's an example of one of the things I tried that did not work:
We have a ConfigMap with some data in it, and I want to pull that data into another ConfigMap but with a few changes to add or override some things.
I think we should be able to use overrideStrategy for this, but it currently seems to expect the override data to come from another ConfigMap, whereas I want to be able to hardcode the data I want to add/override into the mtp. To do this we would need to be able to specify a block of json or yaml instead of a configMapKeyRef
Here's an example of one of the things I tried that did not work: