You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ compatible with kubernetes by generating:
6
6
1._create configmap_ command with kubernetes compatible keys
7
7
1._environment snippet_ to paste into deployment yaml that links environment variables back to configmap
8
8
9
-
Reason for this:
9
+
Reason for this (kubernetes v1.4):
10
10
11
11
*[Environment Variable names](https://google.github.io/styleguide/shell.xml?showone=Constants_and_Environment_Variable_Names#Constants_and_Environment_Variable_Names) are not allowed as root configmap keys
12
12
* Using create configmap with --from-file option nests data which can't be mapped to env deployment file
0 commit comments