From 3ad5a31a6f40ee6109f596d316abcf81474b0ca7 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Fri, 10 Oct 2025 16:45:44 +0400 Subject: [PATCH] Update schema-migration-job.yaml --- .../templates/schema-migration-job.yaml | 8 -------- 1 file changed, 8 deletions(-) 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 8280b98a3..bb1b91805 100644 --- a/helm-charts/infisical-standalone-postgres/templates/schema-migration-job.yaml +++ b/helm-charts/infisical-standalone-postgres/templates/schema-migration-job.yaml @@ -41,12 +41,4 @@ 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