fix: Adhere to naming convention in templates
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-07-14 10:40:08 +02:00
parent ec36309d8d
commit c551a242c7
1 changed files with 1 additions and 1 deletions

View File

@ -55,5 +55,5 @@ data:
</body>
</html>
db.json: |
{{ include "common.tplvalues.render" ( dict "value" .Values.json-server.seedData.configInline "context" $) | indent 4 }}
{{ include "common.tplvalues.render" ( dict "value" .Values.jsonServer.seedData.configInline "context" $) | indent 4 }}
{{- end -}}