From 9a0599448e43704d1635a27ea1d1f62040d93543 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Fri, 10 Oct 2025 16:45:56 +0400 Subject: [PATCH] Revert "Update schema-migration-job.yaml" This reverts commit 3ad5a31a6f40ee6109f596d316abcf81474b0ca7. --- .../templates/schema-migration-job.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/helm-charts/infisical-standalone-postgres/templates/schema-migration-job.yaml b/helm-charts/infisical-standalone-postgres/templates/schema-migration-job.yaml index bb1b91805..8280b98a3 100644 --- a/helm-charts/infisical-standalone-postgres/templates/schema-migration-job.yaml +++ b/helm-charts/infisical-standalone-postgres/templates/schema-migration-job.yaml @@ -41,4 +41,12 @@ spec: envFrom: - secretRef: name: {{ $infisicalValues.kubeSecretRef }} + {{- with $infisicalValues.extraVolumeMounts }} + volumeMounts: + {{- toYaml . | nindent 10 }} + {{- end }} + {{- with $infisicalValues.extraVolumes }} + volumes: + {{- toYaml . | nindent 8 }} + {{- end }} {{- end }} \ No newline at end of file