Skip to content

Commit

Permalink
Merge pull request #2 from josefkarasek/core-2526
Browse files Browse the repository at this point in the history
CORE-2526: fix apiKey ref in agent chart
  • Loading branch information
Josef Karasek authored Jul 6, 2022
2 parents 5171e91 + a3e8b6a commit d6a576f
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 @@ -39,7 +39,7 @@ resource "helm_release" "castai_agent" {
}

set_sensitive {
name = "apiKey"
name = "apiKey.value"
value = castai_aks_cluster.castai_cluster.cluster_token
}
}
Expand Down

0 comments on commit d6a576f

Please sign in to comment.