coreos-cincinnati: remove image value from spec.containers

During recent migration to deployment, the oc command:
`sudo rbac-playbook -l os_control_stg openshift-apps/coreos-cincinnati.yml`
returns an error:

```
"stderr": "The Deployment \"coreos-cincinnati\" is invalid: \n*
spec.template.spec.containers[0].image: Required value
```

This PR aims to fix the above.
This commit is contained in:
Adam Piasecki 2025-05-20 18:08:56 +01:00 committed by dustymabe
parent 07837f83a7
commit fd9fd09419

View file

@ -26,7 +26,6 @@ spec:
spec:
containers:
- name: fcos-graph-builder
image: ""
args: [
"/usr/local/bin/fcos-graph-builder",
"-v",
@ -37,7 +36,6 @@ spec:
mountPath: /etc/cincinnati/
readOnly: true
- name: fcos-policy-engine
image: ""
args: [
"/usr/local/bin/fcos-policy-engine",
"-v",