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 1aa6ec8 commit 4b1f29c
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 @@ -9,12 +9,8 @@ A [DevOps Stack](https://devops-stack.io) module to deploy and configure [Keyclo
module "oidc" {
source = "git::https://github.com/camptocamp/devops-stack-module-keycloak.git//modules"
cluster_name = var.cluster_name
argocd = {
namespace = module.cluster.argocd_namespace
domain = module.cluster.argocd_domain
}
base_domain = module.cluster.base_domain
cluster_info = module.cluster.info
cluster_issuer = "ca-issuer"
depends_on = [ module.ingress ]
Expand Down

0 comments on commit 4b1f29c

Please sign in to comment.