Skip to content

Commit

Permalink
Merge branch 'main' into feature/velero_add_containerSecurityContext
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilchhofer authored Jun 4, 2021
2 parents 5bacc34 + d706e04 commit 79e3308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/velero/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ spec:
{{- if .Values.credentials.useSecret }}
- name: cloud-credentials
mountPath: /credentials
{{- end }}
- name: scratch
mountPath: /scratch
{{- end }}
{{- if .Values.containerSecurityContext.readOnlyRootFilesystem }}
- name: tmpdir
mountPath: /tmp
Expand Down

0 comments on commit 79e3308

Please sign in to comment.