Skip to content

Commit

Permalink
remove mistakeningly info flagged debug logging from cluster settings…
Browse files Browse the repository at this point in the history
…dest
  • Loading branch information
PrivatePuffin committed Oct 26, 2024
1 parent 81894b8 commit 7377f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clustertool/pkg/initfiles/initfiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func GenTalEnvConfigMap() error {
clusterSettingsSrc := filepath.Join(helper.KubeCache, clusterSettings)
os.MkdirAll(filepath.Join(helper.ClusterPath, "/kubernetes", "flux-system", "flux"), os.ModePerm)
err = helper.CopyFile(clusterSettingsSrc, clusterSettingsDest, true)
log.Info().Msgf("test %v", clusterSettingsDest)
log.Debug().Msgf("clusterSettingsDest %v", clusterSettingsDest)
helper.ReplaceInFile(clusterSettingsDest, "REPLACEWITHENV", indentedTalenvContent)
if err != nil {
log.Fatal().Err(err).Msg("Error: %s")
Expand Down

0 comments on commit 7377f94

Please sign in to comment.