Skip to content

Commit 9bbe172

Browse files
committed
data/bootstrap/files/usr/local/bin/bootkube: Pass CVO render --feature-gate-manifest-path
Populating the new option from [1], so that the CVO can render manifests appropriate to the configured feature set. [1]: openshift/cluster-version-operator#1078
1 parent fe126ca commit 9bbe172

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)