File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ The following sections provide details about `ProviderSpec` and `ProviderStatus`
387
387
- " true"
388
388
containers :
389
389
- name : " containerA"
390
- imageURL : " example.com/repo/image-name:v1.0.0"
390
+ imageUrl : " example.com/repo/image-name:v1.0.0"
391
391
args :
392
392
exampleArg : " value"
393
393
...
@@ -408,7 +408,7 @@ The following sections provide details about `ProviderSpec` and `ProviderStatus`
408
408
deployment :
409
409
containers :
410
410
- name : " example-container"
411
- imageURL : " example.com/repo/image-name:v1.0.0"
411
+ imageUrl : " example.com/repo/image-name:v1.0.0"
412
412
args :
413
413
exampleArg : " value"
414
414
env :
@@ -536,7 +536,7 @@ spec:
536
536
deployment :
537
537
containers :
538
538
- name : manager
539
- imageURL : " gcr.io/myregistry/capa-controller:v2.1.4-foo"
539
+ imageUrl : " gcr.io/myregistry/capa-controller:v2.1.4-foo"
540
540
` ` `
541
541
542
542
3. As an admin, I want to change the resource limits for the manager pod in my control plane provider deployment.
You can’t perform that action at this time.
0 commit comments