diff --git a/charts/openmetadata/templates/deployment.yaml b/charts/openmetadata/templates/deployment.yaml index 6cf977a..70dab41 100644 --- a/charts/openmetadata/templates/deployment.yaml +++ b/charts/openmetadata/templates/deployment.yaml @@ -95,9 +95,9 @@ spec: name: {{ include "OpenMetadata.fullname" $ }}-fernetkey-secret {{- end }} {{- end }} - {{- with .Values.envFrom }} - {{- toYaml . | nindent 10 }} - {{- end }} + {{- with .Values.envFrom }} + {{- toYaml . | nindent 10 }} + {{- end }} env: - name: MIGRATION_LIMIT_PARAM value: "{{ .Values.openmetadata.config.upgradeMigrationConfigs.migrationLimitParam }}" @@ -189,9 +189,9 @@ spec: name: {{ include "OpenMetadata.fullname" $ }}-fernetkey-secret {{- end }} {{- end }} - {{- with .Values.envFrom }} - {{- toYaml . | nindent 10 }} - {{- end }} + {{- with .Values.envFrom }} + {{- toYaml . | nindent 12 }} + {{- end }} resources: {{- toYaml .Values.resources | nindent 12 }} {{- if .Values.sidecars }}