From 29c7c0140312551dad6527cb35fa9cb83bd2471c Mon Sep 17 00:00:00 2001 From: Edward Bramanti Date: Wed, 1 Aug 2018 17:27:56 -0700 Subject: [PATCH] Temporarily reset paths Revert this commit once new filesystem dependency injection is merged --- pkg/constants/filepaths.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/constants/filepaths.go b/pkg/constants/filepaths.go index 19535b348..9ba38bf05 100644 --- a/pkg/constants/filepaths.go +++ b/pkg/constants/filepaths.go @@ -13,7 +13,7 @@ const OverlaysPrefixPath = "overlays/ship" const StatePath = ".ship/state.json" // KustomizeHelmPath is the path used to store helm chart contents -const KustomizeHelmPath = "chart" +const KustomizeHelmPath = ".ship/kustomize/chart" // TempHelmValuesPath is the folder path used to store the updated values.yaml -const TempHelmValuesPath = "tmp" +const TempHelmValuesPath = ".ship/kustomize/tmp"