Skip to content

Commit c0f3f49

Browse files
committed
Fix typo in feature gates example
Signed-off-by: Dimitrios Karagiannis <[email protected]>
1 parent ffd0603 commit c0f3f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ variable "feature_gates" {
208208
description = "https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/"
209209
type = map(string)
210210

211-
# yaml fragment for config file use, example default feature gates:
211+
# example default feature gates:
212212
# ```
213213
# default = {
214214
# "ExpandPersistentVolumes" = "true"

0 commit comments

Comments
 (0)