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.
1 parent 80c79ed commit e5e0fafCopy full SHA for e5e0faf
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