Skip to content

Commit

Permalink
fixup! perf: ⚡️ run apply namespaces in apply pipeline concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Oct 16, 2024
1 parent c400454 commit f1e6012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/environment/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ func (a *Apply) applyNamespace(namespace string) error {
}
return err
}
fmt.Println("\nOutput of terraform:")
fmt.Printf("\nOutput of terraform for namespace: %s\n", namespace)
util.RedactedEnv(os.Stdout, outputTerraform, a.Options.RedactedEnv)
} else {
fmt.Printf("Namespace %s does not have terraform resources folder, skipping terraform apply", namespace)
Expand Down

0 comments on commit f1e6012

Please sign in to comment.