From c98a7531964dd37656d4549cac61b38d2946752f Mon Sep 17 00:00:00 2001 From: Jake Cohen Date: Tue, 31 Jan 2023 17:13:56 -0800 Subject: [PATCH] update description for when field is blank --- plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.yaml b/plugin.yaml index a4c6df5..55930bc 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -2287,7 +2287,7 @@ providers: - name: container type: String title: "Container Name" - description: "Container name within the pod to execute the command on.\n This is only relevant for pods with multiple containers in them." + description: "(Optional) Container name within the pod to execute the command.\n This is only relevant for pods with multiple containers in them. Leave blank to default to the first container in the Pod definition." required: false - name: namespace type: String