fixed indentation, cleaner command
This commit is contained in:
committed by
GitHub
parent
c61aee3c54
commit
fd0d4112b0
@@ -106,8 +106,7 @@ spec:
|
||||
containers:
|
||||
- name: friendly-container
|
||||
image: "alpine:3.4"
|
||||
command:
|
||||
- echo "hello"
|
||||
command: ["/bin/echo", "hello", "world"]
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
|
||||
Reference in New Issue
Block a user