Note on caBundle encoding in extensible-admission-controllers.md

The note on caBundle field description mentions it is PEM encoded, but the actual field value is then encoded into Base64, which is worth mentioning.
pull/40535/head
Aitor 2023-04-06 09:10:12 +00:00 committed by GitHub
parent df765f6568
commit cf20f82dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ webhooks:
{{< note >}}
You must replace the `<CA_BUNDLE>` in the above example by a valid CA bundle
which is a PEM-encoded CA bundle for validating the webhook's server certificate.
which is a PEM-encoded (field value is Base64 encoded) CA bundle for validating the webhook's server certificate.
{{< /note >}}
The `scope` field specifies if only cluster-scoped resources ("Cluster") or namespace-scoped