Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stepanstipl/greenpeace
Small wrapper for Kubernetes that exposes secrets as environment variables
https://github.com/stepanstipl/greenpeace
Last synced: about 9 hours ago
JSON representation
Small wrapper for Kubernetes that exposes secrets as environment variables
- Host: GitHub
- URL: https://github.com/stepanstipl/greenpeace
- Owner: stepanstipl
- Created: 2016-01-21T14:36:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T17:02:00.000Z (almost 9 years ago)
- Last Synced: 2024-11-12T07:40:49.228Z (2 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Greenpeace
----------Small wrapper for Kubernetes that exposes secrets read from files undes /secrets as
environemnt variables and then executes desired binary.It also does Kubernetes style variable expansion in your command arguments, so
variables in form `$(MY-VARIABLE)` are expanded.Usage:
`greenpeace bash -c echo $(TEST)`If /secrets/test exists, content of that file will be exposed as $TEST and
expanded in commands/arguments if used in form `$(TEST)`.