almost done

This commit is contained in:
miwr 2025-04-23 14:46:27 +02:00
parent 32f084fcb6
commit 07ff00fce1

View file

@ -32,19 +32,6 @@ spec:
command: ["sleep", "2"] command: ["sleep", "2"]
securityContext: securityContext:
runAsUser: 0 runAsUser: 0
- name: creator
image: busybox
command: ["/bin/sh", "-c"]
args:
- |
set -e
mkdir -p /var/log/openbao
chown 100:100 /var/log/openbao
securityContext:
runAsUser: 0
volumeMounts:
- name: host-log
mountPath: /var/log
volumes: volumes:
- name: host-log - name: host-log
hostPath: hostPath: