Fixed the conflicts
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
Many applications require configuration via some combination of config files, command line
|
Many applications require configuration via some combination of config files, command line
|
||||||
@@ -363,7 +362,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: test-container
|
- name: test-container
|
||||||
image: gcr.io/google_containers/busybox
|
image: gcr.io/google_containers/busybox
|
||||||
command: ["/bin/sh","-c", "cat", "/etc/config/special.how" ]
|
command: [ "/bin/sh", "-c" , "cat /etc/config/special.how" ]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: /etc/config
|
mountPath: /etc/config
|
||||||
@@ -391,7 +390,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: test-container
|
- name: test-container
|
||||||
image: gcr.io/google_containers/busybox
|
image: gcr.io/google_containers/busybox
|
||||||
command: [ "/bin/sh", "-c", "cat", "/etc/config/path/to/special-key" ]
|
command: [ "/bin/sh", "-c" , "cat /etc/config/path/to/special-key" ]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: /etc/config
|
mountPath: /etc/config
|
||||||
|
|||||||
Reference in New Issue
Block a user