Skip to content

Commit bded09f

Browse files
Joibelr0binak
andauthored
Merge commit from fork
Signed-off-by: Alan Clucas <[email protected]> Co-authored-by: Sergey K. <[email protected]>
1 parent 5659ad9 commit bded09f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow/controller/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ import (
1919
)
2020

2121
func (wfc *WorkflowController) updateConfig(ctx context.Context) error {
22-
bytes, err := yaml.Marshal(wfc.Config)
22+
_, err := yaml.Marshal(wfc.Config)
2323
if err != nil {
2424
return err
2525
}
26-
log.Info("Configuration:\n" + string(bytes))
26+
log.Info("Configuration updated")
2727
wfc.artifactRepositories = artifactrepositories.New(wfc.kubeclientset, wfc.namespace, &wfc.Config.ArtifactRepository)
2828
wfc.offloadNodeStatusRepo = persist.ExplosiveOffloadNodeStatusRepo
2929
wfc.wfArchive = persist.NullWorkflowArchive

0 commit comments

Comments
 (0)