Closed mgeri closed 1 year ago
Is Kustomize image transformer working fine with the above modified ImageCache manifest?
It works using the following image transformation configuration, i.e., when name
is a ScalarNode:
images:
- path: spec/cacheSpec/images/name
kind: ImageCache
If the path
in the kustomize configuration point to a SequenceNode, it doesn't work.
I'm unsure if there is another way to set up a kustomize configuration that works with sequences. I tried to find docs and samples without success.
Pls. raise this issue against kustomize project and let's see what they have to say
We use kustomize for cluster deployment, and we are trying to use the image transformation with ImageCache without success. We tried to add this configuration for image transformation:
But it fails, because it seems that the image transformer works with ScalarNode and not SequenceNode. We don't know if we are missing something with kustomize or if something similar is needed to make the kustomize image transformer work: