From 2ada0c4082795ffed9d0c90552c5b7e4496d9de9 Mon Sep 17 00:00:00 2001 From: shellclear <12013211+shellclear@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:22:34 +0100 Subject: [PATCH] Fix invalid characters in the playbook name of the command key --- templates/imperative/auto-approve-installplans.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/imperative/auto-approve-installplans.yaml b/templates/imperative/auto-approve-installplans.yaml index 42c4e81..dc69b6b 100644 --- a/templates/imperative/auto-approve-installplans.yaml +++ b/templates/imperative/auto-approve-installplans.yaml @@ -38,7 +38,7 @@ spec: {{- end }} - -e - "@/values/values.yaml" - - rhvp.cluster_utils.auto-approve-installplans + - rhvp.cluster_utils.auto_approve_installplans volumeMounts: {{- include "imperative.volumemounts_ca" . | indent 16 }} containers: