mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
[HELM] Define timeout
This commit is contained in:
parent
750294ca27
commit
d118604a2b
1 changed files with 4 additions and 0 deletions
|
|
@ -6,3 +6,7 @@ provider "helm" {
|
||||||
cluster_ca_certificate = var.cluster_ca_certificate
|
cluster_ca_certificate = var.cluster_ca_certificate
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "helm_timeout" {
|
||||||
|
type = number
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue