Skip to content

Commit

Permalink
Merge pull request #71 from c3y1huang/c3y1/bug/missing-shared-object-…
Browse files Browse the repository at this point in the history
…file-path-for-vddk

Add LD_LIBRARY_PATH to deployment
  • Loading branch information
nrb authored Mar 25, 2020
2 parents 7a184f2 + 6cdca8b commit ee4e0b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.3.1
description: A Helm chart for velero
name: velero
version: 2.9.5
version: 2.9.6
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
2 changes: 2 additions & 0 deletions charts/velero/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: LD_LIBRARY_PATH
value: /plugins
{{- if .Values.credentials.useSecret }}
{{- if eq $provider "aws" }}
- name: AWS_SHARED_CREDENTIALS_FILE
Expand Down

0 comments on commit ee4e0b4

Please sign in to comment.