mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: correct associated name
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user