Skip to content

Commit 63898bb

Browse files
Jordan-Williams2Jordan-Williams2
authored andcommitted
feat: use common helm
1 parent 2b825b9 commit 63898bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ No modules.
8282

8383
| Name | Type |
8484
|------|------|
85-
| [helm_release.sysdig_agent](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |
85+
| [helm_release.agent](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |
8686
| [ibm_container_cluster.cluster](https://registry.terraform.io/providers/ibm-cloud/ibm/latest/docs/data-sources/container_cluster) | data source |
8787
| [ibm_container_cluster_config.cluster_config](https://registry.terraform.io/providers/ibm-cloud/ibm/latest/docs/data-sources/container_cluster_config) | data source |
8888
| [ibm_container_vpc_cluster.cluster](https://registry.terraform.io/providers/ibm-cloud/ibm/latest/docs/data-sources/container_vpc_cluster) | data source |

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ locals {
3333
cluster_name = var.is_vpc_cluster ? data.ibm_container_vpc_cluster.cluster[0].resource_name : data.ibm_container_cluster.cluster[0].resource_name # Not publically documented in provider. See https://github.com/IBM-Cloud/terraform-provider-ibm/issues/4485
3434
}
3535

36-
resource "helm_release" "sysdig_agent" {
36+
resource "helm_release" "agent" {
3737
name = var.agent_name # Name of the Helm release
3838
repository = var.chart_repository # Add the repository URL for the sysdig-deploy chart
3939
chart = var.chart_location # Add the path to the sysdig-deploy chart

0 commit comments

Comments
 (0)