We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8414ee commit e018acbCopy full SHA for e018acb
helm-chart/eoapi/templates/azure/azure-secret-provider.yaml
@@ -23,7 +23,7 @@ spec:
23
type: Opaque
24
data:
25
{{- range $name, $value := .Values.azure.secretKeys }}
26
- - objectName: {{ $value }}
+ - objectName: {{ $value | replace "_" "-" }}
27
key: {{ $name }}
28
{{- end }}
29
0 commit comments