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:
parent
07837f83a7
commit
fd9fd09419
1 changed files with 0 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue