Dipto Chakrabarty
Dipto Chakrabarty
Tried this with the same kustomization.yaml files but only difference being these files ``` # resources.yaml apiVersion: v1 kind: Pod metadata: name: prefix-pod-suffix # modified spec: containers: - image: image...
on trying with a kustomization.yaml file like this ``` # kustomization.yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namePrefix: addition- resources: - resources.yaml ``` Resultant file ``` apiVersion: v1 kind: Service metadata: name:...
hi @gaeljw if you don't mind ,can you please share the kustomization file along with files you are using under the overlays directory so that we can also debug it...
I will pick this up /assign
hey @annasong20 I have implemented a PR which just makes the tagsuffix field empty before jumping to the Filter https://github.com/kubernetes-sigs/kustomize/blob/76f8d2828bd72abf7de3dbe31027af2603fa9afa/plugin/builtin/imagetagtransformer/ImageTagTransformer.go#L36 HoweverI wanted to discuss if there were better methods to...
Go ahead @abhishekp6
Sure go ahead
I am looking at `k3s` `kudo` and `keptn` and `telepresence`