Skip to content

Commit a1c1970

Browse files
Merge pull request #1303 from endrec/patch-1
Fix typo
2 parents f6499c6 + 9ffcc71 commit a1c1970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/kubernetes/operator/using-operator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ spec:
11411141
The credentials must have been written to Vault before the RabbitmqCluster is created.
11421142
As described in the example, RabbitMQ admin password rotation is supported without the need to restart the RabbitMQ server.
11431143

1144-
### <a id='vault-tls' class='anchor' href='#vault-tls'>Issue RabbitMQ Sever Certificates from Vault</a>
1144+
### <a id='vault-tls' class='anchor' href='#vault-tls'>Issue RabbitMQ Server Certificates from Vault</a>
11451145
To configure TLS, instead of providing a Kubernetes Secret object containing RabbitMQ server private key, certificate, and certificate authority
11461146
as described in [TLS Configuration](#tls-conf), you can configure a RabbitmqCluster to request new short-lived server certificates from
11471147
[Vault PKI Secrets Engine](https://www.vaultproject.io/docs/secrets/pki) upon every RabbitMQ Pod (re)start.
@@ -1285,4 +1285,4 @@ spec:
12851285
- /manager
12861286
</pre>
12871287

1288-
Other available command line flags for the zap logger can be found documented in [controller runtime](https://github.com/kubernetes-sigs/controller-runtime/blob/v0.10.2/pkg/log/zap/zap.go#L240-L246).
1288+
Other available command line flags for the zap logger can be found documented in [controller runtime](https://github.com/kubernetes-sigs/controller-runtime/blob/v0.10.2/pkg/log/zap/zap.go#L240-L246).

0 commit comments

Comments
 (0)