Skip to content

Commit

Permalink
Fixed indexing error left over from when kiali was optional in istio-…
Browse files Browse the repository at this point in the history
…tools.
  • Loading branch information
zawac002 committed Sep 13, 2023
1 parent 131be48 commit 5ca5abe
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 @@ -77,7 +77,7 @@ module "preinstall" {
source = "git@github.it.census.gov:SOA/tfmod-config-job.git//config-job"

namespace = local.ns
service_account_name = module.service_account[0].service_account_name
service_account_name = module.service_account.service_account_name
job_name = "istio-tools-config-job"
config_script = local.preinstall_script
}
Expand Down

0 comments on commit 5ca5abe

Please sign in to comment.