Skip to content

Commit cf20f82

Browse files
authored
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.
1 parent df765f6 commit cf20f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ webhooks:
116116
117117
{{< note >}}
118118
You must replace the `<CA_BUNDLE>` in the above example by a valid CA bundle
119-
which is a PEM-encoded CA bundle for validating the webhook's server certificate.
119+
which is a PEM-encoded (field value is Base64 encoded) CA bundle for validating the webhook's server certificate.
120120
{{< /note >}}
121121

122122
The `scope` field specifies if only cluster-scoped resources ("Cluster") or namespace-scoped

0 commit comments

Comments
 (0)