We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4599c85 + e1f2157 commit 2834d19Copy full SHA for 2834d19
data/data/bootstrap/files/usr/local/bin/bootkube.sh.template
@@ -92,9 +92,6 @@ 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 \
@@ -106,7 +103,6 @@ then
106
103
--config-output-file=/assets/config-bootstrap/config \
107
104
--asset-input-dir=/assets/tls \
108
105
--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