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 7e79409 commit ed2daafCopy full SHA for ed2daaf
variables-operator.tf
@@ -67,7 +67,7 @@ variable "operator_install_helm" {
67
68
variable "operator_install_helm_from_repo" {
69
default = false
70
- description = "Whether to install Helm on the created operator host."
+ description = "Whether to install Helm from the repo on the created operator host."
71
type = bool
72
}
73
@@ -91,7 +91,7 @@ variable "operator_install_k9s" {
91
92
variable "operator_install_kubectl_from_repo" {
93
default = true
94
- description = "Whether to install kubectl on the created operator host from olcne repo."
+ description = "Whether to install kubectl from the repo on the created operator host."
95
96
97
0 commit comments