Skip to content

Commit

Permalink
don't set as function params
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfiea committed Oct 21, 2024
1 parent 0f76aa6 commit 0fabd06
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tekton/src/tasks/gitops/gitops-suite-smtp-config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,7 @@ spec:
--config-action upsert \
--mas-config-scope system \
--mas-config-type smtp \
--dir /tmp/init-suite-smtp-config \
--smtp-host "$SMTP_HOST" \
--smtp-port "$SMTP_PORT" \
--smtp-security "$SMTP_SECURITY" \
--smtp-authentication "$SMTP_AUTHENTICATION" \
--smtp-default-sender-email "$SMTP_DEFAULT_SENDER_EMAIL" \
--smtp-default-sender-name "$SMTP_DEFAULT_SENDER_NAME" \
--smtp-default-recipient-email "$SMTP_DEFAULT_RECIPIENT_EMAIL" \
--smtp-default-should-email-passwords "$SMTP_DEFAULT_SHOULD_EMAIL_PASSWORDS"
--dir /tmp/init-suite-smtp-config

exit $?

Expand Down

0 comments on commit 0fabd06

Please sign in to comment.