fix: correct kustomizeconfig nameReference for cert-manager values secret

The Secret is generated with a hash suffix by secretGenerator, so the
nameReference needs to update HelmRelease to point to the generated name.
This commit is contained in:
2026-06-16 11:42:32 +02:00
parent 23840b5948
commit 86023b3721
@@ -1,12 +1,11 @@
---
nameReference:
- kind: HelmRepository
version: v1
fieldSpecs:
- path: spec/chart/spec/sourceRef/kind
- path: spec/chart/spec/sourceRef/name
kind: HelmRelease
- kind: HelmRelease
version: v2
- kind: Secret
version: v1
fieldSpecs:
- path: spec/valuesFrom/name
kind: Secret
kind: HelmRelease