Skip to content

Commit

Permalink
Merge pull request #123 from utilitywarehouse/doc-typo
Browse files Browse the repository at this point in the history
Fix typo in feature gates example
  • Loading branch information
alkar authored May 7, 2020
2 parents ffd0603 + c0f3f49 commit d99ca79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ variable "feature_gates" {
description = "https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/"
type = map(string)

# yaml fragment for config file use, example default feature gates:
# example default feature gates:
# ```
# default = {
# "ExpandPersistentVolumes" = "true"
Expand Down

0 comments on commit d99ca79

Please sign in to comment.