mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Fix typo in webhook.md (#3388)
This commit is contained in:
parent
630416dbab
commit
cf15c9ba73
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ spec:
|
|||
# Add CAs here for the TLS handshake
|
||||
caBundle: <base64 encoded cabundle>
|
||||
caProvider:
|
||||
type: Secret or COnfigMap
|
||||
type: Secret or ConfigMap
|
||||
name: <name of secret or configmap>
|
||||
namespace: <namespace> # Only used in ClusterSecretStores
|
||||
key: <key inside secret>
|
||||
|
|
Loading…
Reference in a new issue