Skip to content

Commit

Permalink
add missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed Aug 22, 2024
1 parent aad6d3e commit 78c095c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
data:
default.json: {{ (tpl (.Files.Get "configs/default.json") . ) | quote }}
knexfile.js: {{ (tpl (.Files.Get "configs/knexfile.js") . ) | quote }}
{{- if .Values.sidecar.enabled }}
---
apiVersion: v1
Expand Down

0 comments on commit 78c095c

Please sign in to comment.