Slackbot
02/15/2022, 4:59 PMMario Fredenhagen
02/15/2022, 5:41 PMemptyDir
volume mounted at /data/conf
and an initcontainer that additionally mounts the secret and then copies it over
initContainers:
- command:
- sh
- -ce
- cp /tmp/config.yaml /data/conf/config.yaml
image: busybox:1.33.0
imagePullPolicy: IfNotPresent
name: config-mounter
volumeMounts:
- mountPath: /tmp
name: tmp-build-cache-config-file
- mountPath: /data/conf
name: build-cache-config-file
Javid Aslanov
02/15/2022, 6:11 PMRyan Nett
02/15/2022, 7:09 PMJavid Aslanov
02/15/2022, 8:39 PM