Torsten Curdt

Results 571 comments of Torsten Curdt

Seems what I want is a [`HashTransformer`](https://github.com/kubernetes-sigs/kustomize/blob/cb432b03502b43d5c83b958ae94833beb254998d/plugin/builtin/hashtransformer/HashTransformer.go#L29), the question is what defines `NeedHashSuffix`. Based on `BuildAnnotationsGenAddHashSuffix = konfig.ConfigAnnoDomain + "/needsHashSuffix"` I tried to just add an annotation of ``` annotations:...

This seems to be more than related https://github.com/kubernetes-sigs/kustomize/issues/4833

I can confirm that the following annotation `internal.config.kubernetes.io/needsHashSuffix: enabled` makes it work with ``` apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - caddy.yaml generatorOptions: disableNameSuffixHash: false ```

> I am a little confused with your expected output. Did you expect the existing ConfigMap to be embedded on a new ConfigMap generated by Kustomize? Hey there, @stormqueen1990, when...

> I still don't follow why your expected output lists an embedded ConfigMap in a ConfigMap Sorry, map in a map? I have a hard time following that sentence :)...

> This part is what @ephesused mentioned in the comment prior to this one. Could you give that a try and let me know if it addresses your use case?...

Thanks for example, @ephesused. What is the base and what is the override here? Just to be explicit. Can you expand on what you mean by "Note that kustomize updates...

> Did you try `bun run start --baseUrl https://www.amazon.com/` ? The baseUrl is necessary. The base url has a default that can be changed. Probably not related.

Could the content-aware fill maybe outsourced to some AI project? (no idea which - there are many) So this would become more a matter of integrating than implementing the fill...

@ralfbrown I would have imagined it would have to work like this ``` old: [source]-pipeline->[display] new: [source + overlay]-pipeline->[display] ``` ...but of course it means the inpainting would need to...