Skip to content

Commit b2b2f05

Browse files
authored
Merge pull request #22627 from uthark/patch-1
Fixed typo in feature gate name.
2 parents 15b1e62 + e5e0faf commit b2b2f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/configmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ data has the following advantages:
224224
- improves performance of your cluster by significantly reducing load on kube-apiserver, by
225225
closing watches for config maps marked as immutable.
226226

227-
To use this feature, enable the `ImmutableEmphemeralVolumes`
227+
To use this feature, enable the `ImmutableEphemeralVolumes`
228228
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) and set
229229
your Secret or ConfigMap `immutable` field to `true`. For example:
230230
```yaml

0 commit comments

Comments
 (0)