From 07ff00fce1c45d680e77039e7b6763e09d403dcf Mon Sep 17 00:00:00 2001 From: miwr Date: Wed, 23 Apr 2025 14:46:27 +0200 Subject: [PATCH] almost done --- .../openbao-logging/create-logging-directory.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/template/stacks/ref-implementation/openbao-logging/create-logging-directory.yaml b/template/stacks/ref-implementation/openbao-logging/create-logging-directory.yaml index 0803643..20192e3 100644 --- a/template/stacks/ref-implementation/openbao-logging/create-logging-directory.yaml +++ b/template/stacks/ref-implementation/openbao-logging/create-logging-directory.yaml @@ -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: