We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3589a3a commit 5852a7eCopy full SHA for 5852a7e
variables.tf
@@ -2,7 +2,7 @@ variable "namespace" {}
2
variable "name" {}
3
variable "replicacount" {}
4
variable "storage_size" {
5
- defualt = "10Gi"
+ default = "10Gi"
6
}
7
variable "storage_class_name" {
8
default = "standard"
0 commit comments