diff --git a/src/actions/actions.py b/src/actions/actions.py index 9c7f5c5..92d2a20 100644 --- a/src/actions/actions.py +++ b/src/actions/actions.py @@ -247,7 +247,7 @@ def run(self): self.run_command("rmk release build --skip-context-switch 1> /dev/null") print("Execute release template.") - self.run_command("rmk release template --skip-context-switch --helmfile-args=\"--quiet\" --helmfile-args=\"--log-level=error\"") + self.run_command("rmk release template --skip-context-switch 1> /dev/null") print("The Helmfile templates have been validated.") except Exception as err: