Replies: 2 comments
-
Maybe you can add a Something like: nameReference:
- kind: ScaledObject
fieldSpecs:
- path: spec/scaleTargetRef/name and then reference it in your configurations:
- kustomconfig.yaml I didn't test it, so it could not be working |
Beta Was this translation helpful? Give feedback.
-
Hi @cesar32az, see my response to #5496. In short, Kustomize does not recognize |
Beta Was this translation helpful? Give feedback.
-
What happened?
I am using keda with kustomize and when adding the namePrefix and nameSuffix properties in the kustomization.yaml, the value of scaleTargetRef.name of the KEDA ScaledObject is not updated correctly
What did you expect to happen?
what is expected is that the scaleTargetRef.name of the KEDA ScaledObject is updated correctly with the namePrefix and nameSuffix properties
How can we reproduce it (as minimally and precisely as possible)?
Expected output
Actual output
Kustomize version
5.1.0
Operating system
Linux
Beta Was this translation helpful? Give feedback.
All reactions