fix: correct associated name

This commit is contained in:
Jose Diaz-Gonzalez
2024-02-27 23:09:18 -05:00
parent 042495bcd6
commit b3b3a93789

View File

@@ -22,7 +22,7 @@ spec:
secretTargetRef:
{{- range $k, $v := $config.secrets }}
- key: {{ $k }}
name: app-auth-{{ $config.type }}
name: keda-app-auth-{{ $config.type }}
parameter: {{ $k }}
{{- end }}
{{- end }}