Skip to content

store CRDs in separate files

Ankur Kothiwal requested to merge crds-fix into master

With !214 (merged) merged, we want to manage how CRDs are stored. Currently. we were storing all the combined CRDs into a single file. But in case of some CRDs which doesn't starts with a --- it poses an issue as two CRDs were being combined into one while concatenating (faced only in case of Gatekeeper CRDs for now).

Ref: kubernetes/magnum!264 (closed)

Parent issue: #94 (closed)

Edited by Ankur Kothiwal

Merge request reports

Loading