Skip to content

Commit 48e3f51

Browse files
committed
add documentation
1 parent 3e1a6f2 commit 48e3f51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ module "release-prometheus-operator" {
1010
source = "OpenQAI/release-prometheus-operator/helm"
1111
version = "0.0.X"
1212
13-
var.helm_chart_version = "8.15.6"
14-
helm_chart_namespace = "monitoring"
15-
skip_crds = = false
16-
grafana_adminPassword = "pa$$w0rd"
13+
var.helm_chart_version = "8.15.6"
14+
var.helm_chart_namespace = "monitoring"
15+
var.skip_crds = false
16+
var.grafana_adminPassword = "pa$$w0rd"
1717
1818
}

0 commit comments

Comments
 (0)