Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
Chore: IND-77 adapt doc to JT terraform environnement (#4)
Browse files Browse the repository at this point in the history
* doc: set context for jobteaser usage
  • Loading branch information
simonrdz authored Mar 26, 2020
1 parent 7dd6ce7 commit 3681e01
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand Down Expand Up @@ -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).

0 comments on commit 3681e01

Please sign in to comment.