Skip to content

Commit

Permalink
Merge pull request #6827 from Namanl2001/fix-dir-paths
Browse files Browse the repository at this point in the history
📖 Update config paths in docs
  • Loading branch information
k8s-ci-robot authored Jul 5, 2022
2 parents 6b58c06 + 76c9dd9 commit c8b474f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/book/src/developer/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ and
### Edit the manifests

```bash
$EDITOR config/manager/manager_image_patch.yaml
$EDITOR test/infrastructure/docker/config/manager/manager_image_patch.yaml
$EDITOR config/default/manager_image_patch.yaml
$EDITOR test/infrastructure/docker/config/default/manager_image_patch.yaml
```

In both cases, change the `- image:` url to the digest URL mentioned above:
Expand All @@ -169,7 +169,7 @@ spec:
### Apply the manifests
```bash
kustomize build config/ | ./hack/tools/bin/envsubst | kubectl apply -f -
kustomize build config/default | ./hack/tools/bin/envsubst | kubectl apply -f -
```
```bash
namespace/capi-system configured
Expand All @@ -186,7 +186,7 @@ clusterrolebinding.rbac.authorization.k8s.io/capi-manager-rolebinding configured
deployment.apps/capi-controller-manager created
```
```bash
kustomize build test/infrastructure/docker/config | ./hack/tools/bin/envsubst | kubectl apply -f -
kustomize build test/infrastructure/docker/config/default | ./hack/tools/bin/envsubst | kubectl apply -f -
```
```bash
namespace/capd-system configured
Expand Down

0 comments on commit c8b474f

Please sign in to comment.