From 8c4be45bab5cfa492df739f4af098cdfe9aa0a8d Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Tue, 10 Mar 2020 12:54:07 +0800 Subject: [PATCH] Add LD_LIBRARY_PATH to deployment This already merged to velero. Make helm chart deployment consistent and able to use for vsphere plugin. Ref: https://github.com/vmware-tanzu/velero/pull/1893 Signed-off-by: Chin-Ya Huang --- charts/velero/Chart.yaml | 2 +- charts/velero/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/velero/Chart.yaml b/charts/velero/Chart.yaml index 5f5f9660..b42e7a66 100644 --- a/charts/velero/Chart.yaml +++ b/charts/velero/Chart.yaml @@ -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: diff --git a/charts/velero/templates/deployment.yaml b/charts/velero/templates/deployment.yaml index b5522d15..5e42167b 100644 --- a/charts/velero/templates/deployment.yaml +++ b/charts/velero/templates/deployment.yaml @@ -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