forked from joe-elliott/cert-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Joe Elliott
committed
Jul 7, 2019
1 parent
d531671
commit 9074c77
Showing
3 changed files
with
32 additions
and
8 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,21 @@ | ||
# deploy | ||
|
||
wip | ||
wip | ||
|
||
#### flags | ||
The following 5 flags are the most commonly used to control cert-exporter behavior. They allow you to use file globs to include and exclude certs and kubeconfig files. | ||
|
||
``` | ||
-exclude-cert-glob value | ||
File globs to exclude when looking for certs. | ||
-exclude-kubeconfig-glob value | ||
File globs to exclude when looking for kubeconfigs. | ||
-include-cert-glob value | ||
File globs to include when looking for certs. | ||
-include-kubeconfig-glob value | ||
File globs to include when looking for kubeconfigs. | ||
-polling-period duration | ||
Periodic interval in which to check certs. (default 1h0m0s) | ||
``` | ||
|
||
For a full flag listing run the application with the `--help` parameter. |
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