Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Temporarily reset paths
Browse files Browse the repository at this point in the history
Revert this commit once new filesystem dependency injection is merged
  • Loading branch information
ebramanti committed Aug 2, 2018
1 parent b8ddf7c commit 29c7c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/constants/filepaths.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 29c7c01

Please sign in to comment.