Skip to content

Commit

Permalink
add note about secret type
Browse files Browse the repository at this point in the history
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
  • Loading branch information
somtochiama committed Aug 23, 2023
1 parent 0ac4494 commit 794d100
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/spec/v1beta2/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,7 @@ stringData:

`.spec.certSecretRef` is an optional field to specify a name reference to a
Secret in the same namespace as the Provider, containing the TLS CA certificate.
The secret must be of type `kubernetes.io/tls` or `Opaque`.

#### Example

Expand Down Expand Up @@ -1124,8 +1125,8 @@ stringData:
<--- CA Key --->
```

**Note:** Support for the `caFile` key have been
deprecated. If you have any Secrets using these keys,
**Warning:** Support for the `caFile` key has been
deprecated. If you have any Secrets using this key,
the controller will log a deprecation warning.

### HTTP/S proxy
Expand Down

0 comments on commit 794d100

Please sign in to comment.