File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/get-started/pages/licensing/add-license-redpanda Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,9 +206,9 @@ kubectl create secret generic redpanda-license-updated \
206206 --from-file=license=./redpanda.license \
207207 --namespace <namespace>
208208----
209- +
210209
211210. Update the Redpanda CRD to use the new Secret.
211+ +
212212.`redpanda-cluster.yaml`
213213[,yaml]
214214----
@@ -234,7 +234,7 @@ kubectl apply -f redpanda-cluster.yaml --namespace <namespace>
234234+
235235The Redpanda Operator updates the license without restarting the Repanda broker.
236236
237- . Check the status of new license to make sure it was successfully applied:
237+ . Check the status of the new license to make sure it was successfully applied:
238238+
239239[,bash]
240240----
You can’t perform that action at this time.
0 commit comments