almost done
This commit is contained in:
parent
32f084fcb6
commit
07ff00fce1
1 changed files with 0 additions and 13 deletions
|
@ -32,19 +32,6 @@ spec:
|
|||
command: ["sleep", "2"]
|
||||
securityContext:
|
||||
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:
|
||||
- name: host-log
|
||||
hostPath:
|
||||
|
|
Loading…
Reference in a new issue