From f8ade0acf7541e562c17ff78c5a436e0ca99df65 Mon Sep 17 00:00:00 2001 From: "Y. Luis" Date: Wed, 12 Oct 2022 14:27:32 +0100 Subject: [PATCH 1/3] Update README.md Added missing parameters. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5061f3ada..6d1614d03 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,15 @@ Following are the key capabilities of this action: Acceptable values: true, false
Default value: false. - force

(Optional) + resource-group

(Optional) + Name of resource group - Only required if using private cluster + + + name

(Optional) + Resource group name - Only required if using private cluster + + + force

(Optional) Deploy when a previous deployment already exists. If true then '--force' argument is added to the apply command. Using '--force' argument is not recommended in production. From d631251cd8635a2c1937bedbf20ddcc9a059b59b Mon Sep 17 00:00:00 2001 From: "Y. Luis" Date: Thu, 13 Oct 2022 09:26:14 +0100 Subject: [PATCH 2/3] Update README.md Fixed parameter description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d1614d03..1d033db17 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Following are the key capabilities of this action: name

(Optional) - Resource group name - Only required if using private cluster + Name of the private cluster - Only required if using private cluster force

(Optional) From 9bc413987529cc1985142e3d0b4d41eda2599e4c Mon Sep 17 00:00:00 2001 From: "Y. Luis" Date: Thu, 13 Oct 2022 09:26:53 +0100 Subject: [PATCH 3/3] Update action.yml Fixed parameter description. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1fce4d2dd..b9c747de1 100644 --- a/action.yml +++ b/action.yml @@ -70,7 +70,7 @@ inputs: description: 'Name of resource group - Only required if using private cluster' required: false name: - description: 'Resource group name - Only required if using private cluster' + description: 'Name of the private cluster - Only required if using private cluster' required: false branding: