Skip to content

Commit

Permalink
- fixing up the spelling and gramatical mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Aug 14, 2018
1 parent cb6b3e4 commit fb4ba37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ release/
cover.html
cover.out
*.swp
*.orig
8 changes: 4 additions & 4 deletions cmd/policy-admission/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,19 @@ func main() {
},
cli.StringFlag{
Name: "admission-service-name",
Usage: "kuberneres service name of the admission controller, used when registering `SERVICE`",
Usage: "kubernetes service name of the admission controller, used when registering `SERVICE`",
EnvVar: "ADMISSION_SERVICE_NAME",
Value: "policy-admission",
},
cli.StringFlag{
Name: "failure-policy",
Usage: "the failure policy when registering the controler `POLICY`",
Usage: "the failure policy when registering the controller `POLICY`",
EnvVar: "FAILURE_POLICY",
Value: "Ignore",
},
cli.StringFlag{
Name: "certificate-bundle",
Usage: "file container the certificate authority bundle used when registering `PATH`",
Usage: "file containing the certificate authority bundle used when registering `PATH`",
EnvVar: "CA_BUNDLE",
},
cli.BoolFlag{
Expand All @@ -130,7 +130,7 @@ func main() {
cli.BoolFlag{
Name: "enable-registration",
Usage: "indicates you want the admission controller to self-register `BOOL`",
EnvVar: "ENABLE_EVENTS",
EnvVar: "ENABLE_REGISTRATION",
},
cli.DurationFlag{
Name: "rate-limit",
Expand Down

0 comments on commit fb4ba37

Please sign in to comment.