mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
📚Fix comment specifying the default engineVersion. (#1450)
Signed-off-by: Tony Worthit <868644+TonyLovesDevOps@users.noreply.github.com> Signed-off-by: Tony Worthit <868644+TonyLovesDevOps@users.noreply.github.com>
This commit is contained in:
parent
8f25048350
commit
3522780cfe
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue