fixed indentation, cleaner command

This commit is contained in:
Nicolai von Neudeck
2016-11-29 00:43:01 +01:00
committed by GitHub
parent c61aee3c54
commit fd0d4112b0
+1 -2
View File
@@ -106,8 +106,7 @@ spec:
containers:
- name: friendly-container
image: "alpine:3.4"
command:
- echo "hello"
command: ["/bin/echo", "hello", "world"]
securityContext:
capabilities:
add: