diff --git a/charts/airbyte-worker/templates/deployment.yaml b/charts/airbyte-worker/templates/deployment.yaml index 981a466a943f..a42a5cb5d0f0 100644 --- a/charts/airbyte-worker/templates/deployment.yaml +++ b/charts/airbyte-worker/templates/deployment.yaml @@ -395,8 +395,8 @@ spec: {{- if .Values.containerSecurityContext }} securityContext: {{- toYaml .Values.containerSecurityContext | nindent 10 }} {{- end }} - {{- if eq .Values.global.deploymentMode "oss" }} volumeMounts: + {{- if eq .Values.global.deploymentMode "oss" }} - name: gcs-log-creds-volume mountPath: /secrets/gcs-log-creds readOnly: true