Created
February 9, 2018 03:28
-
-
Save kelseyhightower/305718bd17af861d5832c69dfc3b4c53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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