test to ds
This commit is contained in:
parent
9c8cdbf7a4
commit
7e2243d52d
1 changed files with 20 additions and 7 deletions
|
@ -12,7 +12,26 @@ spec:
|
|||
labels:
|
||||
app: openbao-logging-dir
|
||||
spec:
|
||||
initContainers:
|
||||
# initContainers:
|
||||
# - 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
|
||||
containers:
|
||||
# - name: running-container
|
||||
# image: busybox
|
||||
# command: ["sleep", "infinity"]
|
||||
# securityContext:
|
||||
# runAsUser: 0
|
||||
- name: creator
|
||||
image: busybox
|
||||
command: ["/bin/sh", "-c"]
|
||||
|
@ -26,12 +45,6 @@ spec:
|
|||
volumeMounts:
|
||||
- name: host-log
|
||||
mountPath: /var/log
|
||||
containers:
|
||||
- name: running-container
|
||||
image: busybox
|
||||
command: ["sleep", "infinity"]
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
volumes:
|
||||
- name: host-log
|
||||
hostPath:
|
||||
|
|
Loading…
Reference in a new issue