Skip to content

Commit

Permalink
fix worker volumeMounts (#18604)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpuska513 authored and nataly committed Nov 3, 2022
1 parent 72a642b commit 06917bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/airbyte-worker/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06917bf

Please sign in to comment.