https://github.com/rm3l/kustomize_envvar
Repository for my blog post about using system environment variables with Kustomize
https://github.com/rm3l/kustomize_envvar
environment-variables kubectl kubernetes kustomize trick
Last synced: about 1 year ago
JSON representation
Repository for my blog post about using system environment variables with Kustomize
- Host: GitHub
- URL: https://github.com/rm3l/kustomize_envvar
- Owner: rm3l
- License: mit
- Created: 2021-03-23T22:08:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T08:29:28.000Z (over 4 years ago)
- Last Synced: 2025-02-10T02:42:01.636Z (over 1 year ago)
- Topics: environment-variables, kubectl, kubernetes, kustomize, trick
- Homepage: https://rm3l.org/using-system-envvars-with-kustomize/
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kustomize_envvar
> Repository for [my blog post about using system environment variables with Kustomize](https://rm3l.org/using-system-envvars-with-kustomize/).
## How to run
```bash
ENABLE_RISKY="true" kubectl kustomize overlays/staging
```
See https://rm3l.org/using-system-envvars-with-kustomize/ for further details.