Skip to content

Commit b7dad7b

Browse files
Merge pull request openshift#8813 from wking/cluster-version-operator-render-feature-gates
OCPBUGS-37770: data/bootstrap/files/usr/local/bin/bootkube: Pass CVO render --feature-gate-manifest-path
2 parents 2beb827 + 9bbe172 commit b7dad7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/data/bootstrap/files/usr/local/bin/bootkube.sh.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ then
163163
"${RELEASE_IMAGE_DIGEST}" \
164164
render \
165165
--output-dir=/assets/cvo-bootstrap \
166-
--release-image="${RELEASE_IMAGE_DIGEST}"
166+
--release-image="${RELEASE_IMAGE_DIGEST}" \
167+
--feature-gate-manifest-path=/assets/manifests/99_feature-gate.yaml
167168

168169
cp cvo-bootstrap/bootstrap/* bootstrap-manifests/
169170
cp cvo-bootstrap/manifests/* manifests/

0 commit comments

Comments
 (0)