Skip to content

Commit c8b474f

Browse files
authored
Merge pull request #6827 from Namanl2001/fix-dir-paths
📖 Update config paths in docs
2 parents 6b58c06 + 76c9dd9 commit c8b474f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/book/src/developer/guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ and
147147
### Edit the manifests
148148

149149
```bash
150-
$EDITOR config/manager/manager_image_patch.yaml
151-
$EDITOR test/infrastructure/docker/config/manager/manager_image_patch.yaml
150+
$EDITOR config/default/manager_image_patch.yaml
151+
$EDITOR test/infrastructure/docker/config/default/manager_image_patch.yaml
152152
```
153153

154154
In both cases, change the `- image:` url to the digest URL mentioned above:
@@ -169,7 +169,7 @@ spec:
169169
170170
### Apply the manifests
171171
```bash
172-
kustomize build config/ | ./hack/tools/bin/envsubst | kubectl apply -f -
172+
kustomize build config/default | ./hack/tools/bin/envsubst | kubectl apply -f -
173173
```
174174
```bash
175175
namespace/capi-system configured
@@ -186,7 +186,7 @@ clusterrolebinding.rbac.authorization.k8s.io/capi-manager-rolebinding configured
186186
deployment.apps/capi-controller-manager created
187187
```
188188
```bash
189-
kustomize build test/infrastructure/docker/config | ./hack/tools/bin/envsubst | kubectl apply -f -
189+
kustomize build test/infrastructure/docker/config/default | ./hack/tools/bin/envsubst | kubectl apply -f -
190190
```
191191
```bash
192192
namespace/capd-system configured

0 commit comments

Comments
 (0)