Skip to content

Commit ee4e0b4

Browse files
authored
Merge pull request #71 from c3y1huang/c3y1/bug/missing-shared-object-file-path-for-vddk
Add LD_LIBRARY_PATH to deployment
2 parents 7a184f2 + 6cdca8b commit ee4e0b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/velero/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: 1.3.1
33
description: A Helm chart for velero
44
name: velero
5-
version: 2.9.5
5+
version: 2.9.6
66
home: https://github.com/vmware-tanzu/velero
77
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
88
sources:

charts/velero/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ spec:
9595
fieldRef:
9696
apiVersion: v1
9797
fieldPath: metadata.namespace
98+
- name: LD_LIBRARY_PATH
99+
value: /plugins
98100
{{- if .Values.credentials.useSecret }}
99101
{{- if eq $provider "aws" }}
100102
- name: AWS_SHARED_CREDENTIALS_FILE

0 commit comments

Comments
 (0)