Skip to content

Commit b46cbf4

Browse files
authored
Clean Up Karpenter (#37)
* upstream karpenter v1 * upstream karpenter v1
1 parent 5e52de8 commit b46cbf4

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

src/README.md

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module "karpenter_crd" {
4343
cleanup_on_fail = var.cleanup_on_fail
4444
timeout = var.timeout
4545

46-
create_namespace_with_kubernetes = false # Namespace is created by EKS/Kubernetes by default
46+
create_namespace_with_kubernetes = false # Namespace is created by eks/cluster by default
4747
kubernetes_namespace = local.kubernetes_namespace
4848

4949
eks_cluster_oidc_issuer_url = coalesce(replace(local.eks_cluster_identity_oidc_issuer, "https://", ""), "deleted")

src/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ variable "chart_values" {
8181
default = {}
8282
}
8383

84-
variable "rbac_enabled" {
85-
type = bool
86-
description = "Enable/disable RBAC"
87-
default = true
88-
}
89-
9084
variable "eks_component_name" {
9185
type = string
9286
description = "The name of the eks component"

0 commit comments

Comments
 (0)