Skip to content

Commit 8170322

Browse files
committed
s/varible/variable/g
1 parent da85970 commit 8170322

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ positional arguments:
2121
options:
2222
-h, --help show this help message and exit
2323
-d, --debug Enable tool debug output (not including helm debug).
24-
-D, --helm-debug Enable Helm debug output. This is not allowed to be used in a CI environment due to secrets being displayed in plain text, and the script will exit. To enable this option, set a local environment varible HUBPLOY_LOCAL_DEBUG=true
24+
-D, --helm-debug Enable Helm debug output. This is not allowed to be used in a CI environment due to secrets being displayed in plain text, and the script will exit. To enable this option, set a local environment variable HUBPLOY_LOCAL_DEBUG=true
2525
-v, --verbose Enable verbose output.
2626
```
2727

@@ -54,7 +54,7 @@ options:
5454
used.
5555
--cleanup-on-fail Helm option: allow deletion of new resources created in this upgrade when upgrade fails.
5656
--dry-run Dry run the helm upgrade command. This also renders the chart to STDOUT. This is not allowed to be used in a CI environment due to secrets being
57-
displayed in plain text, and the script will exit. To enable this option, set a local environment varible HUBPLOY_LOCAL_DEBUG=true
57+
displayed in plain text, and the script will exit. To enable this option, set a local environment variable HUBPLOY_LOCAL_DEBUG=true
5858
--keyless Authenticate with Application Default Credentials instead of the service_key in hubploy.yaml, which is ignored. Needs workload identity
5959
federation in CI, or 'gcloud auth application-default login' locally. gcloud provider only.
6060
```

hubploy/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def main():
2828
help="Enable Helm debug output. This is not allowed to be used in a "
2929
+ "CI environment due to secrets being displayed in plain text, and "
3030
+ "the script will exit. To enable this option, set a local environment "
31-
+ "varible HUBPLOY_LOCAL_DEBUG=true",
31+
+ "variable HUBPLOY_LOCAL_DEBUG=true",
3232
)
3333
argparser.add_argument(
3434
"-v", "--verbose", action="store_true", help="Enable verbose output."
@@ -102,7 +102,7 @@ def main():
102102
+ "chart to STDOUT. This is not allowed to be used in a "
103103
+ "CI environment due to secrets being displayed in plain text, and "
104104
+ "the script will exit. To enable this option, set a local environment "
105-
+ "varible HUBPLOY_LOCAL_DEBUG=true",
105+
+ "variable HUBPLOY_LOCAL_DEBUG=true",
106106
)
107107
deploy_parser.add_argument(
108108
"--keyless",

0 commit comments

Comments
 (0)