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

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

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.