mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Change wrong YAML TLS keys (#4131)
See https://github.com/external-secrets/external-secrets/issues/4130 Signed-off-by: Antonio Spadaro <ilovelinux@users.noreply.github.com>
This commit is contained in:
parent
f61580e0dd
commit
23eea8927a
1 changed files with 2 additions and 2 deletions
|
@ -64,11 +64,11 @@ spec:
|
|||
key: "cert-key"
|
||||
# client side related TLS communication, when the Vault server requires mutual authentication
|
||||
tls:
|
||||
clientCert:
|
||||
certSecretRef:
|
||||
namespace: ...
|
||||
name: "my-cert-secret"
|
||||
key: "tls.crt"
|
||||
secretRef:
|
||||
keySecretRef:
|
||||
namespace: ...
|
||||
name: "my-cert-secret"
|
||||
key: "tls.key"
|
||||
|
|
Loading…
Reference in a new issue