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

https://github.com/bromaniac/sealed-secret-helper

Encrypt multiple tab separated key values as sealed secrets in Kubernetes.
https://github.com/bromaniac/sealed-secret-helper

awk awk-script kubernetes sealed-secrets unlicense

Last synced: about 2 months ago
JSON representation

Encrypt multiple tab separated key values as sealed secrets in Kubernetes.

Awesome Lists containing this project

README

          

# Usage:
Put your key and value separated by a tab in a file. One pair per line.

Then:

```
./ssh.awk -v NAMESPACE=foo SECRET_NAME=bar < data.txt > secret.yaml
kubeseal -f secret.yaml -n foo -o yaml
```

Your sealed secret file will be printed to stdout.