Skip to content

Commit 69c3ea5

Browse files
Merge pull request #7183 from stbenjam/revert-7158-remove-old-feature-set
OCPBUGS-13628: Revert "remove special cases for featureset in rendering"
2 parents 8d73989 + 65f1ffe commit 69c3ea5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ then
9292
if [ -f "$PWD/manifests/cloud-provider-config.yaml" ]; then
9393
ADDITIONAL_FLAGS+=("--cloud-provider-config-input-file=/assets/manifests/cloud-provider-config.yaml")
9494
fi
95+
{{- if .FeatureSet }}
96+
ADDITIONAL_FLAGS+=("--feature-set={{.FeatureSet}}")
97+
{{- end}}
9598

9699
bootkube_podman_run \
97100
--name config-render \
@@ -103,6 +106,7 @@ then
103106
--config-output-file=/assets/config-bootstrap/config \
104107
--asset-input-dir=/assets/tls \
105108
--asset-output-dir=/assets/config-bootstrap \
109+
--featuregate-manifest=/assets/manifests/99_feature-gate.yaml \
106110
--rendered-manifest-files=/assets/manifests \
107111
--payload-version=$VERSION \
108112
"${ADDITIONAL_FLAGS[@]}"

0 commit comments

Comments
 (0)