Skip to content

Commit

Permalink
fix envFrom in configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
jianglingxia authored and chenopis committed Sep 26, 2017
1 parent 2d3e488 commit 2624ce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ This page provides a series of usage examples demonstrating how to configure Pod
SPECIAL_TYPE: charm
```

1. Use `env-from` to define all of the ConfigMap's data as Pod environment variables. The key from the ConfigMap becomes the environment variable name in the Pod.
1. Use `envFrom` to define all of the ConfigMap's data as Pod environment variables. The key from the ConfigMap becomes the environment variable name in the Pod.
```yaml
apiVersion: v1
Expand Down

0 comments on commit 2624ce6

Please sign in to comment.