1
0
Fork 0
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:
Antonio Spadaro 2024-11-20 13:23:46 +01:00 committed by GitHub
parent f61580e0dd
commit 23eea8927a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"