Skip to content

Commit

Permalink
replace uses of futuresimple in URLs with zendesk
Browse files Browse the repository at this point in the history
  • Loading branch information
pjungermann authored May 28, 2020
1 parent 0e6aa9b commit c27cd0c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

[![License](https://img.shields.io/github/license/futuresimple/helm-secrets.svg)](https://github.com/futuresimple/helm-secrets/blob/master/LICENSE)
[![Current Release](https://img.shields.io/github/release/futuresimple/helm-secrets.svg)](https://github.com/futuresimple/helm-secrets/releases/latest)
[![Production Ready](https://img.shields.io/badge/production-ready-green.svg)](https://github.com/futuresimple/helm-secrets/releases/latest)
[![GitHub issues](https://img.shields.io/github/issues/futuresimple/helm-secrets.svg)](https://github.com/futuresimple/helm-secrets/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/futuresimple/helm-secrets.svg?style=flat-square)](https://github.com/futuresimple/helm-secrets/pulls)
[![License](https://img.shields.io/github/license/zendesk/helm-secrets.svg)](https://github.com/zendesk/helm-secrets/blob/master/LICENSE)
[![Current Release](https://img.shields.io/github/release/zendesk/helm-secrets.svg)](https://github.com/zendesk/helm-secrets/releases/latest)
[![Production Ready](https://img.shields.io/badge/production-ready-green.svg)](https://github.com/zendesk/helm-secrets/releases/latest)
[![GitHub issues](https://img.shields.io/github/issues/zendesk/helm-secrets.svg)](https://github.com/zendesk/helm-secrets/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/zendesk/helm-secrets.svg?style=flat-square)](https://github.com/zendesk/helm-secrets/pulls)

# Plugin for secrets management in Helm

Expand Down Expand Up @@ -48,7 +48,7 @@ What kind of problems this plugin solves:
## Installation and Dependencies

#### SOPS install
Just install the plugin using ```helm plugin install https://github.com/futuresimple/helm-secrets``` and sops will be installed as part of it, using hook when helm > 2.3.x
Just install the plugin using ```helm plugin install https://github.com/zendesk/helm-secrets``` and sops will be installed as part of it, using hook when helm > 2.3.x

You can always install manually in MacOS as below:
```
Expand All @@ -68,11 +68,11 @@ More info on [sops page](https://github.com/mozilla/sops#showing-diffs-in-cleart

As already described above,
```
helm plugin install https://github.com/futuresimple/helm-secrets
helm plugin install https://github.com/zendesk/helm-secrets
```

#### For Pre Helm 2.3.0 Installation
Get a release tarball from the [releases](https://github.com/futuresimple/helm-secrets/releases) page.
Get a release tarball from the [releases](https://github.com/zendesk/helm-secrets/releases) page.

Unpack the tarball in your helm plugins directory (```$(helm home)/plugins```).

Expand Down

0 comments on commit c27cd0c

Please sign in to comment.