Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Sep 16, 2024
1 parent 0e9a879 commit 60c22db
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions example/service/helm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,21 @@ resource "plural_service_deployment" "cd-test" {
handle = data.plural_cluster.cluster.handle
}

# Requires flux-source-controller addon to be installed and flux repo CRD for podinfo to exist
helm = {
chart = "podinfo"
repository = {
name = "podinfo"
namespace = "default"
}
version = "6.5.3"
chart = "grafana"
version = "8.x.x"
url = "https://grafana.github.io/helm-charts"
}

# Optional
version = "0.0.2"
docs_path = "doc"
protect = false

configuration = [
{
name : "host"
value : "tf-cd-test.gcp.plural.sh"
},
{
name : "tag"
value : "sha-4d01e86"
}
]
configuration = {
"host" = "tf-cd-test.gcp.plural.sh",
"tag" = "sha-4d01e86"
}

sync_config = {
namespace_metadata = {
Expand Down

0 comments on commit 60c22db

Please sign in to comment.