Skip to content

Commit

Permalink
Adding details on var injection sites (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
cllunsford authored and nextrevision committed Sep 26, 2016
1 parent 498b450 commit 954e013
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ key2=value2

Variables are injected into the resource doc specified by the user as either plaintext environment variables, [ConfigMaps](http://kubernetes.io/docs/user-guide/configmap/), or [Secrets](http://kubernetes.io/docs/user-guide/secrets/). When specifying ConfigMaps and/or Secrets, you must also set a `-name` for the ConfigMap/Secret resource being created.

kenv injects the variables into the PodSpec for the following resources:

* `DaemonSet`
* `Deployment`
* `ReplicaSet`
* `ReplicationController`

### Conversion and Support for K8S < 1.4

When using ConfigMap and/or Secret resources in Kubernetes version < 1.4, keys must adhere to the following regex:
Expand Down

0 comments on commit 954e013

Please sign in to comment.