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 147
147
### Edit the manifests
148
148
149
149
``` 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
152
152
```
153
153
154
154
In both cases, change the ` - image: ` url to the digest URL mentioned above:
@@ -169,7 +169,7 @@ spec:
169
169
170
170
### Apply the manifests
171
171
` ` ` bash
172
- kustomize build config/ | ./hack/tools/bin/envsubst | kubectl apply -f -
172
+ kustomize build config/default | ./hack/tools/bin/envsubst | kubectl apply -f -
173
173
```
174
174
``` bash
175
175
namespace/capi-system configured
@@ -186,7 +186,7 @@ clusterrolebinding.rbac.authorization.k8s.io/capi-manager-rolebinding configured
186
186
deployment.apps/capi-controller-manager created
187
187
```
188
188
``` 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 -
190
190
```
191
191
``` bash
192
192
namespace/capd-system configured
You can’t perform that action at this time.
0 commit comments