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
- Host: GitHub
- URL: https://github.com/dakdevs/aws-k8s-secret
- Owner: dakdevs
- Created: 2019-10-27T19:03:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:33:27.000Z (over 2 years ago)
- Last Synced: 2025-02-15T05:25:05.379Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 341 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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
```