Skip to content

Commit

Permalink
pathin
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 21, 2025
1 parent 4b291d9 commit b41202e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion eks_console_access.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ resource "helm_release" "console_access" {
name = each.key
namespace = "default"
version = var.release_version
repository = "./${each.key}"
repository = "./${each.key}/"
}
15 changes: 0 additions & 15 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,3 @@ variable "release_version" {
description = "The version of helm charts to use"
type = string
}

# # helm add repo autoscaler "https://kubernetes.github.io/autoscaler"
# # helm search repo -l autoscaler/cluster-autoscaler
# variable "cluster_autoscaler_chart_version" {
# description = "The helm chart of the cluster-autoscaler most closely matching the Kuberentes version. Review output of `helm add repo autoscaler 'https://kubernetes.github.io/autoscaler'` (if the repo hasn't been added previously) and `helm search repo -l autoscaler/cluster-autoscaler`"
# type = string
# default = "9.37.0"
# }

# # helm show values --version [cluster_autoscaler_chart_version] autoscaler/cluster-autoscaler | grep tag:
# variable "cluster_autoscaler_tag" {
# description = "Image tag of cluster-autoscaler associated with the cluster_autoscaler_chart_version helm chart. `helm show values --version [cluster_autoscaler_chart_version] autoscaler/cluster-autoscaler | grep tag:`"
# type = string
# default = "v1.30.0"
# }

0 comments on commit b41202e

Please sign in to comment.