We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d73989 + 65f1ffe commit 69c3ea5Copy full SHA for 69c3ea5
1 file changed
data/data/bootstrap/files/usr/local/bin/bootkube.sh.template
@@ -92,6 +92,9 @@ then
92
if [ -f "$PWD/manifests/cloud-provider-config.yaml" ]; then
93
ADDITIONAL_FLAGS+=("--cloud-provider-config-input-file=/assets/manifests/cloud-provider-config.yaml")
94
fi
95
+ {{- if .FeatureSet }}
96
+ ADDITIONAL_FLAGS+=("--feature-set={{.FeatureSet}}")
97
+ {{- end}}
98
99
bootkube_podman_run \
100
--name config-render \
@@ -103,6 +106,7 @@ then
103
106
--config-output-file=/assets/config-bootstrap/config \
104
107
--asset-input-dir=/assets/tls \
105
108
--asset-output-dir=/assets/config-bootstrap \
109
+ --featuregate-manifest=/assets/manifests/99_feature-gate.yaml \
110
--rendered-manifest-files=/assets/manifests \
111
--payload-version=$VERSION \
112
"${ADDITIONAL_FLAGS[@]}"
0 commit comments