Skip to content

Commit

Permalink
Merge pull request #10 from mozilla-it/fix/helm-timeout
Browse files Browse the repository at this point in the history
fix(deploy): add missing helm timeout default value unit
  • Loading branch information
mikaeld authored Mar 29, 2023
2 parents 8fb1c10 + 337c11d commit 1124ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ inputs:
description: Helm chart path within infrastructure repository , e.g. testapp1/k8s/testapp1/
required: true
helm_timeout:
description: Helm chart timeout, defaults to `600`
description: Helm chart timeout, defaults to `600s`
required: false
default: "600"
default: "600s"
helm_values:
description: Helm values specified with '--set' flag value, e.g. "--set 'foo.bar=value'"
required: false
Expand Down

0 comments on commit 1124ccb

Please sign in to comment.