mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user