Skip to content

Commit

Permalink
default typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyucelen committed Oct 12, 2019
1 parent 3589a3a commit 5852a7e
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 @@ -2,7 +2,7 @@ variable "namespace" {}
variable "name" {}
variable "replicacount" {}
variable "storage_size" {
defualt = "10Gi"
default = "10Gi"
}
variable "storage_class_name" {
default = "standard"
Expand Down

0 comments on commit 5852a7e

Please sign in to comment.