File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
154154In 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
175175namespace/capi-system configured
@@ -186,7 +186,7 @@ clusterrolebinding.rbac.authorization.k8s.io/capi-manager-rolebinding configured
186186deployment.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
192192namespace/capd-system configured
You can’t perform that action at this time.
0 commit comments