Skip to content

Commit

Permalink
Refactor csi secrets for v5 addon pt 5
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarta29 committed Apr 27, 2023
1 parent 6e2da6b commit c9531fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2167,7 +2167,7 @@ module "csi_secrets_store_provider_aws" {
name = "serviceAccount.name"
value = local.csi_secrets_store_provider_aws_service_account
}],
try(var.csi_secrets_store_provider_aws_service_account.set, [])
try(var.csi_secrets_store_provider_aws.set, [])
)
set_sensitive = try(var.csi_secrets_store_provider_aws.set_sensitive, [])

Expand Down

0 comments on commit c9531fd

Please sign in to comment.