Skip to content

Commit

Permalink
fix: add missing default node configuration resource (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Narunas Kapocius <[email protected]>
  • Loading branch information
Narunas-K and Narunas Kapocius authored Jan 12, 2023
1 parent 12af668 commit d54e31e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ resource "castai_node_configuration" "this" {
}
}

resource "castai_node_configuration_default" "this" {
cluster_id = castai_aks_cluster.castai_cluster.id
configuration_id = var.default_node_configuration
}

resource "helm_release" "castai_agent" {
name = "castai-agent"
repository = "https://castai.github.io/helm-charts"
Expand Down

0 comments on commit d54e31e

Please sign in to comment.