-
Bug
-
Resolution: Done
-
Major
-
4.12
-
Important
-
None
-
Agent Sprint 227
-
1
-
Rejected
-
False
-
-
N/A
Description of problem:
Custom manifest files can be placed in the /openshift folder so that they will be applied during cluster installation. Anyhow, if a file contains more than one manifests, all but the first are ignored.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1.Create the following custom manifest file in the /openshift folder: ``` apiVersion: v1 kind: ConfigMap metadata: name: agent-test namespace: openshift-config data: value: agent-test --- apiVersion: v1 kind: ConfigMap metadata: name: agent-test-2 namespace: openshift-config data: value: agent-test-2 ``` 2. Create the agent ISO image and deploy a cluster
Actual results:
ConfigMap agent-test-2 does not exist in the openshift-config namespace
Expected results:
ConfigMap agent-test-2 must exist in the openshift-config namespace
Additional info:
- clones
-
OCPBUGS-1033 Multiple extra manifests in the same file are not applied correctly
- Closed
- is blocked by
-
OCPBUGS-1033 Multiple extra manifests in the same file are not applied correctly
- Closed
- links to