Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeschiren committed Sep 20, 2024
2 parents 8dfff6a + efbb0fc commit 1029013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/directus/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ spec:
- name: uploads
mountPath: /directus/uploads
subPath: uploads
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- if .Values.mariadb.enabled }}
- name: db-init
image: "{{ .Values.mariadb.image.registry }}/{{ .Values.mariadb.image.repository }}:{{ .Values.mariadb.image.tag }}"
Expand Down

0 comments on commit 1029013

Please sign in to comment.