-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,13 +16,13 @@ Run the `./alerts quota_add` command and specify the quota path, the email addre | |
```bash | ||
./alerts quota_add \ | ||
--quotapath /Reports/Marketing \ | ||
--user-notification True \ | ||
--user-notification \ | ||
--user-mode direct \ | ||
--user-email [email protected] \ | ||
--cluster-include cluster.example.com | ||
``` | ||
|
||
{% include note.html content="For the `--user-email` flag, you can specify a comma-delimited list of email addresses to notify, if you also specify `--user-notification True --user-mode direct`." %} | ||
{% include note.html content="For the `--user-email` flag, you can specify a comma-delimited list of email addresses to notify, if you also specify `--user-notification --user-mode direct`." %} | ||
|
||
{{site.exampleOutput}} | ||
|
||
|
@@ -80,7 +80,7 @@ Run the `./alerts default_quota_update` command, specify the default quota ID, a | |
```bash | ||
./alerts default_quota_update \ | ||
--id 1 \ | ||
--user-notification True \ | ||
--user-notification \ | ||
--admin-notification False | ||
``` | ||
|
||
|