mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-21 10:39:26 +08:00
Added timeout input description to README (#441)
* Added timeout input description to README * Changed position of timeout in action.yml and README
This commit is contained in:
+4
-4
@@ -59,6 +59,10 @@ inputs:
|
||||
description: 'The apply command runs in the server instead of the client. If true then --server-side argument is added to the apply command.'
|
||||
required: false
|
||||
default: false
|
||||
timeout:
|
||||
description: 'Timeout for the rollout status'
|
||||
required: false
|
||||
default: 10m
|
||||
token:
|
||||
description: 'Github token'
|
||||
default: ${{ github.token }}
|
||||
@@ -84,10 +88,6 @@ inputs:
|
||||
skip-tls-verify:
|
||||
description: True if the insecure-skip-tls-verify option should be used. Input should be 'true' or 'false'.
|
||||
default: false
|
||||
timeout:
|
||||
description: 'Timeout for the rollout status'
|
||||
required: false
|
||||
default: 10m
|
||||
resource-type:
|
||||
description: Either Microsoft.ContainerService/managedClusters or Microsoft.ContainerService/fleets'.
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user