Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/secret-operator/pages/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include::example$usage-pod.yaml[]
----

xref:secretclass.adoc[] defines where the secrets come from.
For example, the following SecretClass issues TLS certificates, storing its CA certificate in the Kubernetes Secret object named secret-provisioner-tls-ca`:
For example, the following SecretClass issues TLS certificates, storing its CA certificate in the Kubernetes Secret object named `secret-provisioner-tls-ca`:

[source,yaml]
----
Expand Down