Skip to content

Commit

Permalink
Remove repository username and password
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra committed Nov 30, 2023
1 parent 44f677b commit d9ac789
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions karpenter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ resource "helm_release" "karpenter" {

name = "karpenter"
repository = "oci://public.ecr.aws/karpenter"
# repository_username = data.aws_ecrpublic_authorization_token.token.user_name
# repository_password = data.aws_ecrpublic_authorization_token.token.password
chart = "karpenter"
version = var.karpenter_version
chart = "karpenter"
version = var.karpenter_version

set {
name = "settings.aws.clusterName"
Expand Down

0 comments on commit d9ac789

Please sign in to comment.