Skip to content

Commit d99ca79

Browse files
authored
Merge pull request #123 from utilitywarehouse/doc-typo
Fix typo in feature gates example
2 parents ffd0603 + c0f3f49 commit d99ca79

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)