Skip to content

Commit 2d3a714

Browse files
author
Dennis Hoer
committed
Tweak readme
1 parent 572454c commit 2d3a714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Makes [docker env files](https://docs.docker.com/compose/env-file/)
44
compatible with kubernetes by generating:
55

66
1. configmap script or secret yaml file with kubernetes compatible keys
7-
1. environment snippet to paste into deployment yaml that links environment variables back to configmap or secrets
7+
1. environment snippet to paste into deployment yaml that links environment variables back to configmap or secret
88

99
Reason for this (kubernetes v1.4):
1010

@@ -21,7 +21,7 @@ Execute the following to generate configmap command or secret yaml file, and env
2121

2222
Where:
2323

24-
- `-s` - Create secret yaml and env snippet
24+
- `-s` - Create secret yaml file and env snippet
2525
- `name` - Configmap or secret name
2626
- `file` - Path to environment file
2727

0 commit comments

Comments
 (0)