You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2020. It is now read-only.
description="The name of the RBAC role that grants minimal permissions for Tiller to manage its metadata. Use this role if Tiller will be deployed into this namespace."
Copy file name to clipboardexpand all lines: modules/k8s-namespace-roles/variables.tf
+5
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,11 @@ variable "annotations" {
24
24
default={}
25
25
}
26
26
27
+
variable"create_resources" {
28
+
description="Set to false to have this module create no resources. This weird parameter exists solely because Terraform does not support conditional modules. Therefore, this is a hack to allow you to conditionally decide if the Namespace roles should be created or not."
Copy file name to clipboardexpand all lines: modules/k8s-namespace/variables.tf
+5
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,11 @@ variable "annotations" {
24
24
default={}
25
25
}
26
26
27
+
variable"create_resources" {
28
+
description="Set to false to have this module create no resources. This weird parameter exists solely because Terraform does not support conditional modules. Therefore, this is a hack to allow you to conditionally decide if the Namespace should be created or not."
0 commit comments