From 3522780cfe40ac7f0b7d1c26f15246e9f77530a0 Mon Sep 17 00:00:00 2001 From: Tony DevOps <868644+TonyLovesDevOps@users.noreply.github.com> Date: Fri, 12 Aug 2022 11:42:40 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9AFix=20comment=20specifying=20the=20?= =?UTF-8?q?default=20engineVersion.=20(#1450)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tony Worthit <868644+TonyLovesDevOps@users.noreply.github.com> Signed-off-by: Tony Worthit <868644+TonyLovesDevOps@users.noreply.github.com> --- docs/snippets/multiline-template-v1-external-secret.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/snippets/multiline-template-v1-external-secret.yaml b/docs/snippets/multiline-template-v1-external-secret.yaml index fe9abd932..6508e51a9 100644 --- a/docs/snippets/multiline-template-v1-external-secret.yaml +++ b/docs/snippets/multiline-template-v1-external-secret.yaml @@ -11,7 +11,8 @@ spec: target: name: secret-to-be-created - # v1 is the default version + # v2 is the default engineVersion in external-secrets.io/v1beta1 + # v1 is the default engineVersion in external-secrets.io/v1alpha1 (deprecated) engineVersion: v1 # this is how the Kind=Secret will look like