Mohammed Naser | 8a2c8fb | 2023-02-19 17:23:55 +0000 | [diff] [blame] | 1 | # Including initContainers |
2 | ## Values file for testing adding initContainers to Vector Pods. | ||||
3 | initContainers: | ||||
4 | - name: sleep | ||||
5 | image: busybox | ||||
6 | command: ['sh', '-c', "sleep 5"] | ||||
7 | - name: touch | ||||
8 | image: busybox | ||||
9 | command: | ||||
10 | - touch | ||||
11 | - "/vector-data-dir/test" | ||||
12 | volumeMounts: | ||||
13 | - name: data | ||||
14 | mountPath: "/vector-data-dir" |