Skip to content

Commit

Permalink
Automated commit of npm build result and updated readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
cbodonnell authored and github-actions[bot] committed Feb 26, 2024
1 parent 3362409 commit 623d3e4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 9 deletions.
10 changes: 8 additions & 2 deletions kots-install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ app_slug["app-slug"]
app_version_label["app-version-label"]
shared_password["shared-password"]
license_file["license-file"]
license_file_path["license-file-path"]
config_values["config-values"]
config_values_path["config-values-path"]
namespace["namespace"]
wait_duration["wait-duration"]
kubeconfig ---> kots_install
Expand All @@ -21,7 +23,9 @@ app_slug ---> kots_install
app_version_label ---> kots_install
shared_password ---> kots_install
license_file ---> kots_install
license_file_path ---> kots_install
config_values ---> kots_install
config_values_path ---> kots_install
namespace ---> kots_install
wait_duration ---> kots_install
```
Expand All @@ -33,8 +37,10 @@ wait_duration ---> kots_install
| app-slug | | True | App Slug. |
| app-version-label | | False | The application version label to install. If not specified, the latest version is installed. |
| shared-password | | False | Shared password to use when deploying the admin console. If not specified, a random password is generated. |
| license-file | | True | A license.yaml to use |
| config-values | | False | The config values to use |
| license-file | | False | A license.yaml to use. This should be the contents of the license file, not the path to the file. If not specified, a license-file-path must be provided. |
| license-file-path | | False | The path to the license file to use. |
| config-values | | False | The config values to use. This should be the contents of the config values file, not the path to the file. |
| config-values-path | | False | The path to the config values file to use. |
| namespace | default | False | The namespace to install the application to |
| wait-duration | | False | Timeout to be used while waiting for individual components to be ready. must be in Go duration format (eg: 10s, 2m) (default "2m") |

Expand Down
27 changes: 21 additions & 6 deletions kots-install/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kots-install/dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 623d3e4

Please sign in to comment.