You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/kubernetes-cluster-as-code-part-2.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ In this blog post, I will focus on managing application deployments using IaC. H
41
41
42
42
### Helm provider
43
43
44
-
Below is the code block for adding **helm** community provider. Please refer to [my first blog post](https://developer.hpe.com/blog/kubernetes-clusters-as-code-part1/) for details regarding **hpegl\_caas\_cluster** data source.
44
+
Below is the code block for adding **helm** community provider. Please refer to [my first blog post](https://developer.hpe.com/blog/kubernetes-clusters-as-code-part1/) for details regarding **hpegl_caas_cluster** data source.
45
45
46
46
```json
47
47
provider "helm" {
@@ -57,8 +57,8 @@ provider "helm" {
57
57
58
58
In order to deploy Prometheus stack using the helm-release resource, the following values have to be filled in the **prometheus-deploy.tf** file:
59
59
60
-
1. Cluster Name: Fill in the **name** of the pre-created cluster in **hpegl\_caas\_cluster** block. In the below example, name= "tf-test-7"
61
-
2. Namespace: Fill in the appropriate **namespace** in the **helm\_release** block. In the below example, namespace= "test-namespace"
60
+
1. Cluster Name: Fill in the **name** of the pre-created cluster in **hpegl_caas_cluster** block. In the below example, name= "tf-test-7"
61
+
2. Namespace: Fill in the appropriate **namespace** in the **helm_release** block. In the below example, namespace= "test-namespace"
@@ -319,4 +319,4 @@ I hope you found this information interesting and useful in helping you get star
319
319
320
320
\-[ Learn more about the HPE GreenLake Terraform provider](https://registry.terraform.io/providers/HPE/hpegl)
321
321
322
-
Don’t forget, you can always find other tutorials and articles on HPE GreenLake on the [HPE Developer blog](https://developer.hpe.com/blog/tag/hpe-greenlake).
322
+
Don’t forget, you can always find other tutorials and articles on HPE GreenLake on the [HPE Developer blog](https://developer.hpe.com/blog/tag/hpe-greenlake).
0 commit comments