Skip to content

Commit

Permalink
[DB] Name of init script should match the one provided in values file
Browse files Browse the repository at this point in the history
Fixes #48
  • Loading branch information
jeanpommier committed Sep 6, 2023
1 parent 7bf2c51 commit be91357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/database/database-configmap-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "georchestra.fullname" . }}-database-init
name: {{ .Release.Name }}-database-init
labels:
{{- include "georchestra.labels" . | nindent 4 }}
data:
Expand Down

0 comments on commit be91357

Please sign in to comment.