Skip to content

Commit 3e1a6f2

Browse files
committed
add documentation
1 parent 8c3f7a2 commit 3e1a6f2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### terraform-helm-release-prometheus-operator
2+
Description:
3+
-
4+
This TF module allows the prometheus-operator deployment.
5+
6+
Usage:
7+
-
8+
```
9+
module "release-prometheus-operator" {
10+
source = "OpenQAI/release-prometheus-operator/helm"
11+
version = "0.0.X"
12+
13+
var.helm_chart_version = "8.15.6"
14+
helm_chart_namespace = "monitoring"
15+
skip_crds = = false
16+
grafana_adminPassword = "pa$$w0rd"
17+
18+
}

0 commit comments

Comments
 (0)