Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
examples: Remove optional field grafana admin pass
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
  • Loading branch information
surajssd committed May 29, 2020
1 parent 165fad1 commit 35acb77
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 20 deletions.
2 changes: 0 additions & 2 deletions examples/aks-production/cluster.lokocfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
variable "subscription_id" {}
variable "tenant_id" {}
variable "grafana_admin_password" {}
variable "resource_group_name" {}
variable "cert_manager_email" {}
variable "state_s3_bucket" {}
Expand Down Expand Up @@ -67,7 +66,6 @@ cluster "aks" {
}

component "prometheus-operator" {
grafana_admin_password = var.grafana_admin_password
disable_webhooks = true

monitor {
Expand Down
2 changes: 0 additions & 2 deletions examples/aks-testing/cluster.lokocfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
variable "subscription_id" {}
variable "tenant_id" {}
variable "grafana_admin_password" {}
variable "resource_group_name" {}
variable "cert_manager_email" {}

Expand Down Expand Up @@ -50,7 +49,6 @@ cluster "aks" {
}

component "prometheus-operator" {
grafana_admin_password = var.grafana_admin_password
disable_webhooks = true

monitor {
Expand Down
5 changes: 1 addition & 4 deletions examples/aws-production/cluster.lokocfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
variable "dns_zone" {}
variable "route53_zone_id" {}
variable "ssh_public_keys" {}
variable "grafana_admin_password" {}
variable "state_s3_bucket" {}
variable "lock_dynamodb_table" {}
variable "oidc_issuer_url" {}
Expand Down Expand Up @@ -74,6 +73,4 @@ component "openebs-operator" {}

component "openebs-storage-class" {}

component "prometheus-operator" {
grafana_admin_password = var.grafana_admin_password
}
component "prometheus-operator" {}
5 changes: 1 addition & 4 deletions examples/aws-testing/cluster.lokocfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
variable "dns_zone" {}
variable "route53_zone_id" {}
variable "ssh_public_keys" {}
variable "grafana_admin_password" {}

variable "asset_dir" {
default = "./lokomotive-assets"
Expand Down Expand Up @@ -51,6 +50,4 @@ component "openebs-storage-class" {
}
}

component "prometheus-operator" {
grafana_admin_password = var.grafana_admin_password
}
component "prometheus-operator" {}
5 changes: 1 addition & 4 deletions examples/packet-production/cluster.lokocfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ variable "ssh_public_keys" {}
variable "management_cidrs" {}
variable "node_private_cidr" {}
variable "cert_manager_email" {}
variable "grafana_admin_password" {}
variable "state_s3_bucket" {}
variable "lock_dynamodb_table" {}
variable "metallb_address_pool" {}
Expand Down Expand Up @@ -107,8 +106,6 @@ component "cert-manager" {

component "openebs-storage-class" {}

component "prometheus-operator" {
grafana_admin_password = var.grafana_admin_password
}
component "prometheus-operator" {}

component "flatcar-linux-update-operator" {}
5 changes: 1 addition & 4 deletions examples/packet-testing/cluster.lokocfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ variable "route53_zone_id" {}
variable "packet_project_id" {}
variable "ssh_public_keys" {}
variable "cert_manager_email" {}
variable "grafana_admin_password" {}
variable "metallb_address_pool" {}

variable "asset_dir" {
Expand Down Expand Up @@ -90,8 +89,6 @@ component "openebs-storage-class" {
}
}

component "prometheus-operator" {
grafana_admin_password = var.grafana_admin_password
}
component "prometheus-operator" {}

component "flatcar-linux-update-operator" {}

0 comments on commit 35acb77

Please sign in to comment.