From 363ceca06915a3fe5f3d6819a33b771768323f0a Mon Sep 17 00:00:00 2001 From: Phil Sphicas Date: Mon, 21 Mar 2022 08:28:11 -0700 Subject: [PATCH] Fix typo in Helm wrapper script The previous update to the Helm wrapper script [0] was incorrect. 0: https://review.opendev.org/c/airship/promenade/+/833640 Change-Id: I14aa996357af9c7ca81dc68fc9fc06fe9461ce4f --- promenade/templates/roles/common/usr/local/bin/helm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promenade/templates/roles/common/usr/local/bin/helm b/promenade/templates/roles/common/usr/local/bin/helm index 92380926..d7b7ffb2 100755 --- a/promenade/templates/roles/common/usr/local/bin/helm +++ b/promenade/templates/roles/common/usr/local/bin/helm @@ -2,7 +2,7 @@ set -e -IMAGE_HELM:="{{ config['HostSystem:images.helm.helm'] }}" +IMAGE_HELM="{{ config['HostSystem:images.helm.helm'] }}" if [ "x$(pwd)" = "x/" ]; then UPDIR=/