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

Commit

Permalink
chore(clean): remove external-secrets.yml (#212)
Browse files Browse the repository at this point in the history
* chore(clean): remove external-secrets.yml
  • Loading branch information
keweilu authored Nov 9, 2019
1 parent 24421b9 commit fd7dcb3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 88 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ $ helm install external-secrets/kubernetes-external-secrets

For more details about configuration see the [helm chart docs](charts/kubernetes-external-secrets/README.md)

### Install with kubectl

If you don't want to install helm on your cluster and just want to use `kubectl` to install `kubernetes-external-secrets`, you could get the `helm` client cli first and then use the following sample command to generate kubernetes manifests:

```bash
$ helm template -f charts/kubernetes-external-secrets/values.yaml --output-dir ./output_dir ./charts/kubernetes-external-secrets/
```

The generated kubernetes manifests will be in `./output_dir` and can be applied to deploy `kubernetes-external-secrets` to the cluster.

### Use IAM credentials for Secrets Manager access

If not running on EKS you will have to use an IAM user (in lieu of a role).
Expand Down
88 changes: 0 additions & 88 deletions external-secrets.yml

This file was deleted.

0 comments on commit fd7dcb3

Please sign in to comment.