From 03f87c0a674af25be66dd49fb546ca11dd2c424c Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Fri, 18 Jan 2019 11:25:54 -0800 Subject: [PATCH] details for required_env docs --- plugins/kubernetes/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/kubernetes/README.md b/plugins/kubernetes/README.md index 31e41a4707..821f53aa05 100644 --- a/plugins/kubernetes/README.md +++ b/plugins/kubernetes/README.md @@ -67,7 +67,8 @@ environment variables, secrets, etc and then sends them to the Kubernetes API. Multiple roles will likely be similar, but have different commands or liveness probes. ([kucodiff](https://github.com/grosser/kucodiff) can be used to make sure they stay in sync). -Validate required environment variables are set by adding `metadata.annotations.samson/required_env` (space separated). +Validate required environment variables are set by adding `metadata.annotations.samson/required_env` +to the pod definition with a space separated list of variable names. ``` samson/required_env: >