Package com.sidneysimmons.kimber.util
Class PropertyOverrideUtil
java.lang.Object
com.sidneysimmons.kimber.util.PropertyOverrideUtil
Service class for working with this project's property overrides.
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileGet the helm global file.static FilegetHelmProjectFile(String fullHierarchyProjectPath) Get the helm project file.static StringgetOverridesDirectoryPath(String fullHierarchyProjectPath) Get the property overrides directory path for the given project.
-
Method Details
-
getOverridesDirectoryPath
Get the property overrides directory path for the given project.- Parameters:
fullHierarchyProjectPath- the full hierarchy project path- Returns:
- the property overrides directory path
-
getHelmGlobalFile
Get the helm global file. Example: "~/.kimber/helm-global.yaml"- Returns:
- the helm global file
-
getHelmProjectFile
Get the helm project file. Example: "~/.kimber/my-project/my-sub-project/helm-project.yaml"- Parameters:
fullHierarchyProjectPath- the full hierarchy project path- Returns:
- the helm project file
-