Skip to content

Commit

Permalink
action/deploy: doc for telemetry flagg
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann committed Sep 16, 2024
1 parent febda25 commit bd6be4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The available configuration options for the NAIS deploy GitHub action.
| RESOURCE | \(required\) | Comma-separated list of files containing Kubernetes resources. Must be JSON or YAML format. |
| RETRY | `true` | Automatically retry deploying if deploy service is unavailable. |
| TEAM | \(auto-detect\) | Team making the deployment. |
| TELEMETRY | | Lets nais/docker-build-push send telemetry that is used to calculate more precise lead time for deploy. |
| TIMEOUT | `10m` | Time to wait for deployment completion, especially when using `WAIT`. |
| VAR | | Comma-separated list of template variables in the form `key=value`. Will overwrite any identical template variable in the `VARS` file. |
| VARS | `/dev/null` | File containing template variables. Will be interpolated with the `$RESOURCE` file. Must be JSON or YAML format. |
Expand Down

0 comments on commit bd6be4f

Please sign in to comment.