feat(clustertool/spegel): improve spegel behavior for clustertool and make kubedashboard optional on clustertool

This commit is contained in:
Kjeld Schouten
2024-10-22 13:03:31 +02:00
parent 53fa3e02ad
commit 8582c6434a
14 changed files with 202 additions and 149 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ var hrinstall = &cobra.Command{
Use: "install",
Short: "install a helm-release file without flux, helm-release file needs to be called helm-release.yaml",
Run: func(cmd *cobra.Command, args []string) {
initfiles.LoadTalEnv()
initfiles.LoadTalEnv(false)
var dir string