@@ -134,14 +134,14 @@ Here's the gist of using it directly from github.
134134| Name | Description | Type | Default | Required |
135135| ------| -------------| ------| ---------| :--------:|
136136| app | A Release is an instance of a chart running in a Kubernetes cluster. | ` map ` | ` {} ` | no |
137- | app\_ deploy | whther or not to deploy app | ` bool ` | ` true ` | no |
137+ | app\_ deploy | Whether or not to deploy app | ` bool ` | ` true ` | no |
138138| bucket | Backup and Restore bucket. | ` string ` | n/a | yes |
139139| cluster\_ name | Cluster name. | ` string ` | n/a | yes |
140140| description | Namespace description | ` string ` | ` "velero-back-up-and-restore" ` | no |
141- | iam\_ deploy | whther or not to deploy iam role | ` bool ` | ` true ` | no |
141+ | iam\_ deploy | Whether or not to deploy iam role | ` bool ` | ` true ` | no |
142142| iam\_ role\_ name | Name of the Velero IAM role | ` string ` | ` "" ` | no |
143- | name | namespace name | ` string ` | ` "velero" ` | no |
144- | namespace\_ deploy | whther or not to deploy namespace | ` bool ` | ` false ` | no |
143+ | name | Namespace name | ` string ` | ` "velero" ` | no |
144+ | namespace\_ deploy | Whether or not to deploy namespace | ` bool ` | ` false ` | no |
145145| openid\_ connect\_ provider\_ uri | OpenID Connect Provider for EKS to enable IRSA. | ` string ` | n/a | yes |
146146| repository | VMware Tanzu repository for Helm repos. | ` string ` | ` "https://vmware-tanzu.github.io/helm-charts" ` | no |
147147| tags | A mapping of tags to assign to the object. | ` map ` | ` {} ` | no |
@@ -159,19 +159,19 @@ Here's the gist of using it directly from github.
159159
160160<!-- START makefile-doc -->
161161```
162- $ make help
162+ $ make help
163163hooks Commit hooks setup
164164validate Validate with pre-commit hooks
165- changelog Update changelog
165+ changelog Update changelog
166166```
167167<!-- END makefile-doc -->
168168
169169### :memo : Guidelines
170170
171- - :memo : Use a succinct title and description.
172- - :bug : Bugs & feature requests can be be opened
173- - :signal_strength : Support questions are better asked on [ Stack Overflow] ( https://stackoverflow.com/ )
174- - :blush : Be nice, civil and polite ([ as always] ( http://contributor-covenant.org/version/1/4/ ) ).
171+ - :memo : Use a succinct title and description.
172+ - :bug : Bugs & feature requests can be be opened
173+ - :signal_strength : Support questions are better asked on [ Stack Overflow] ( https://stackoverflow.com/ )
174+ - :blush : Be nice, civil and polite ([ as always] ( http://contributor-covenant.org/version/1/4/ ) ).
175175
176176## License
177177
0 commit comments