From 6d61a1283203eb0d372332a01b1a50ec62802e98 Mon Sep 17 00:00:00 2001 From: Falcon Taylor-Carter Date: Wed, 19 May 2021 14:21:43 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 562d3b2..b3c0a5c 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: description: 'Vault role for specified auth method' required: false path: - description: 'Custom vault path, if the auth method was enabled at a different path' + description: 'Custom Vault path, if the auth method was mounted at a different path' required: false token: description: 'The Vault Token to be used to authenticate with Vault' @@ -33,7 +33,7 @@ inputs: description: 'The Github Token to be used to authenticate with Vault' required: false kubernetesTokenPath: - description: 'The path to the kubernetes service account secret' + description: 'The path to the Kubernetes service account secret' required: false default: '/var/run/secrets/kubernetes.io/serviceaccount/token' authPayload: