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 15b1e62 + e5e0faf commit b2b2f05Copy full SHA for b2b2f05
content/en/docs/concepts/configuration/configmap.md
@@ -224,7 +224,7 @@ data has the following advantages:
224
- improves performance of your cluster by significantly reducing load on kube-apiserver, by
225
closing watches for config maps marked as immutable.
226
227
-To use this feature, enable the `ImmutableEmphemeralVolumes`
+To use this feature, enable the `ImmutableEphemeralVolumes`
228
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) and set
229
your Secret or ConfigMap `immutable` field to `true`. For example:
230
```yaml
0 commit comments