Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 6, 2022
1 parent cb3a333 commit 8e1d075
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
namespace = "kube-system"
namespace_short = ""
name = "cluster-autoscaler"
5 changes: 5 additions & 0 deletions examples/full-cluster/irsa-roles/variables.irsa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ variable "namespace" {
type = string
}

variable "namespace_short" {
description = "K8S namespace for IAM Role for Service Account (per-pod), short version (without the cluster name) to keep the role name under 64 characters"
type = string
}

variable "name" {
description = "K8S service names for IAM Role for Service Account (per-pod)"
type = string
Expand Down

0 comments on commit 8e1d075

Please sign in to comment.