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"]
|
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:
|
||||||
|
|
Loading…
Reference in a new issue