Skip to content

Commit ed2daaf

Browse files
OguzPastirmacihyder
authored andcommitted
Update descriptions for new variables for the operator
1 parent 7e79409 commit ed2daaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables-operator.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ variable "operator_install_helm" {
6767

6868
variable "operator_install_helm_from_repo" {
6969
default = false
70-
description = "Whether to install Helm on the created operator host."
70+
description = "Whether to install Helm from the repo on the created operator host."
7171
type = bool
7272
}
7373

@@ -91,7 +91,7 @@ variable "operator_install_k9s" {
9191

9292
variable "operator_install_kubectl_from_repo" {
9393
default = true
94-
description = "Whether to install kubectl on the created operator host from olcne repo."
94+
description = "Whether to install kubectl from the repo on the created operator host."
9595
type = bool
9696
}
9797

0 commit comments

Comments
 (0)