From 76c9dd93286635331a6f162e28b028405cdebc0d Mon Sep 17 00:00:00 2001 From: Naman Date: Tue, 5 Jul 2022 19:03:04 +0530 Subject: [PATCH] updating paths Signed-off-by: Naman --- docs/book/src/developer/guide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/book/src/developer/guide.md b/docs/book/src/developer/guide.md index e8e00a320780..f5eaf64c7b1a 100644 --- a/docs/book/src/developer/guide.md +++ b/docs/book/src/developer/guide.md @@ -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: @@ -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 @@ -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