Skip to content

Commit

Permalink
fix: README
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Feb 1, 2022
1 parent e2eb738 commit 5a0d660
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ A [DevOps Stack](https://devops-stack.io) module to deploy and configure [Loki](
module "storage" {
source = "git::https://github.com/camptocamp/devops-stack-module-minio.git//modules"
cluster_name = var.cluster_name
argocd_namespace = module.cluster.argocd_namespace
base_domain = module.cluster.base_domain
cluster_info = module.cluster.info
cluster_issuer = "ca-issuer"
minio = {
Expand All @@ -29,9 +27,7 @@ module "storage" {
module "loki-stack" {
source = "git::https://github.com/camptocamp/devops-stack-module-loki-stack.git//modules/k3s"
cluster_name = var.cluster_name
argocd_namespace = module.cluster.argocd_namespace
base_domain = module.cluster.base_domain
cluster_info = module.cluster.info
minio = {
access_key = module.storage.access_key
Expand Down

0 comments on commit 5a0d660

Please sign in to comment.