Skip to content

Commit 16a4e60

Browse files
authored
Update xrefs (#624)
1 parent ff2169a commit 16a4e60

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/modules/kafka/pages/usage.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
default:
3434
replicas: 1
3535
----
36-
If you wish to include integration with xref:opa::index.adoc[Open Policy Agent] and already have an OPA cluster, then you can include an `opa` field pointing to the OPA cluster discovery `ConfigMap` and the required package. The package is optional and will default to the `metadata.name` field:
36+
If you wish to include integration with xref:opa:index.adoc[Open Policy Agent] and already have an OPA cluster, then you can include an `opa` field pointing to the OPA cluster discovery `ConfigMap` and the required package. The package is optional and will default to the `metadata.name` field:
3737

3838
[source,yaml]
3939
----
@@ -132,7 +132,7 @@ spec:
132132

133133
== Encryption
134134

135-
The internal and client communication can be encrypted TLS. This requires the xref:secret-operator::index.adoc[Secret Operator] to be present in order to provide certificates. The utilized certificates can be changed in a top-level config.
135+
The internal and client communication can be encrypted TLS. This requires the xref:secret-operator:index.adoc[Secret Operator] to be present in order to provide certificates. The utilized certificates can be changed in a top-level config.
136136

137137
[source,yaml]
138138
----
@@ -158,7 +158,7 @@ spec:
158158
<1> The `spec.clusterConfig.tls.serverSecretClass` refers to the client-to-server encryption. Defaults to the `tls` secret. Can be deactivated by setting `serverSecretClass` to `null`.
159159
<2> The `spec.clusterConfig.tls.internalSecretClass` refers to the broker-to-broker internal encryption. This must be explicitly set or defaults to `tls`. May be disabled by setting `internalSecretClass` to `null`.
160160

161-
The `tls` secret is deployed from the xref:secret-operator::index.adoc[Secret Operator] and looks like this:
161+
The `tls` secret is deployed from the xref:secret-operator:index.adoc[Secret Operator] and looks like this:
162162

163163
[source,yaml]
164164
----
@@ -181,7 +181,7 @@ You can create your own secrets and reference them e.g. in the `spec.clusterConf
181181

182182
== Authentication
183183

184-
The internal or broker-to-broker communication is authenticated via TLS. In order to enforce TLS authentication for client-to-server communication, you can set an `AuthenticationClass` reference in the custom resource provided by the xref:commons-operator::index.adoc[Commons Operator].
184+
The internal or broker-to-broker communication is authenticated via TLS. In order to enforce TLS authentication for client-to-server communication, you can set an `AuthenticationClass` reference in the custom resource provided by the xref:commons-operator:index.adoc[Commons Operator].
185185

186186
[source,yaml]
187187
----

0 commit comments

Comments
 (0)