Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created February 9, 2018 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kelseyhightower/305718bd17af861d5832c69dfc3b4c53 to your computer and use it in GitHub Desktop.
Save kelseyhightower/305718bd17af861d5832c69dfc3b4c53 to your computer and use it in GitHub Desktop.
function denyenv (req, res) {
 // Extract the Kubernetes Pod resource and reject it if any of the containers
 // are using environment variables.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment