Skip to content

Commit 226f45c

Browse files
authored
fix typo
1 parent d6e5f4f commit 226f45c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ The following sections provide details about `ProviderSpec` and `ProviderStatus`
387387
- "true"
388388
containers:
389389
- name: "containerA"
390-
imageURL: "example.com/repo/image-name:v1.0.0"
390+
imageUrl: "example.com/repo/image-name:v1.0.0"
391391
args:
392392
exampleArg: "value"
393393
...
@@ -408,7 +408,7 @@ The following sections provide details about `ProviderSpec` and `ProviderStatus`
408408
deployment:
409409
containers:
410410
- name: "example-container"
411-
imageURL: "example.com/repo/image-name:v1.0.0"
411+
imageUrl: "example.com/repo/image-name:v1.0.0"
412412
args:
413413
exampleArg: "value"
414414
env:
@@ -536,7 +536,7 @@ spec:
536536
deployment:
537537
containers:
538538
- name: manager
539-
imageURL: "gcr.io/myregistry/capa-controller:v2.1.4-foo"
539+
imageUrl: "gcr.io/myregistry/capa-controller:v2.1.4-foo"
540540
```
541541
542542
3. As an admin, I want to change the resource limits for the manager pod in my control plane provider deployment.

0 commit comments

Comments
 (0)