We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1a6f2 commit 48e3f51Copy full SHA for 48e3f51
README.md
@@ -10,9 +10,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"
+ var.helm_chart_version = "8.15.6"
+ var.helm_chart_namespace = "monitoring"
+ var.skip_crds = false
+ var.grafana_adminPassword = "pa$$w0rd"
17
18
}
0 commit comments