An open API service indexing awesome lists of open source software.

https://github.com/dakdevs/aws-k8s-secret

Apply AWS Secrets to K8S
https://github.com/dakdevs/aws-k8s-secret

Last synced: 2 months ago
JSON representation

Apply AWS Secrets to K8S

Awesome Lists containing this project

README

        

## Usage

| Param | Abbrv. | Default | Description |
|------------|--------|------------------|-----------------------------------------------------|
| secret | s | | AWS Secret Name |
| region | r | us-west-2 | AWS Region NAME |
| aws-key | | null | AWS Access Key |
| aws-secret | | null | AWS Secret Key |
| name | n | <--secret value> | Name of k8s Secret (Defaults to the --secret value) |

```
kubectl apply -n -f - | aws-k8s-secrets -s -n
```