Skip to content

Commit 8f28571

Browse files
authored
Merge pull request #4811 from Vaishnav88sk/vaishnav-kbld
📖 docs: fix make command and heading formatting in getting started guide
2 parents 5a956f4 + e093494 commit 8f28571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ if err := ctrl.SetControllerReference(memcached, dep, r.Scheme); err != nil {
353353
354354
<aside class="note">
355355
356-
<h1>`ownerRef` and cascading event</h1>
356+
<h1><code>ownerRef</code> and Cascading Events</h1>
357357
358358
The ownerRef is crucial not only for allowing us to observe changes on the specific resource but also because,
359359
if we delete the Memcached Custom Resource (CR) from the cluster, we want all resources owned by it to be automatically
@@ -385,7 +385,7 @@ how it is implemented in our example:
385385
// +kubebuilder:rbac:groups=core,resources=pods,verbs=get;list;watch
386386
```
387387
388-
After making changes to the controller, run the make generate command. This will prompt [controller-gen][controller-gen]
388+
After making changes to the controller, run the make manifests command. This will prompt [controller-gen][controller-gen]
389389
to refresh the files located under `config/rbac`.
390390
391391
<details><summary><code>config/rbac/role.yaml</code>: Our RBAC Role generated </summary>

0 commit comments

Comments
 (0)