From 3681e01dae178f922e6c8396815e8f4339dd74da Mon Sep 17 00:00:00 2001 From: simon-jt <58431697+simon-jt@users.noreply.github.com> Date: Thu, 26 Mar 2020 10:44:33 +0100 Subject: [PATCH] Chore: IND-77 adapt doc to JT terraform environnement (#4) * doc: set context for jobteaser usage --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 61ba055..85317d4 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ Add the module to your Terraform resources: ```hcl module "rds-postgres-password" { - source = "github.com/gearnode/terraform-kubernetes-get-secret?ref=v0.3.0" + source = "github.com/jobteaser/terraform-kubernetes-get-secret?ref=v0.3.0" namespace = "default" - name = "terraform" - key = "database-password" - context = "supercontext" + name = "terraform" + key = "database-password" + context = "k8s-context" } ``` @@ -69,7 +69,4 @@ $ make ## Maintainers -This module is currently maintained by the individuals listed below. - -- [Bryan Frimin](https://github.com/gearnode) -- [Ludovic Vielle](https://github.com/lukkor) +This module is a fork of [gearnode/terraform-kubernetes-get-secret](https://github.com/gearnode/terraform-kubernetes-get-secret).