stacks/template/stacks/ref-implementation/openbao
miwr 80ca890f5f - name: init-log-permissions
image: busybox
      command: ["sh", "-c", "chown -R 1000:1000 /var/log && chmod -R 775 /var/log"]
      securityContext:
        runAsUser: 0
      volumeMounts:
        - mountPath: /var/log
          name: log-storage
2025-03-19 13:20:34 +01:00
..
values.yaml - name: init-log-permissions 2025-03-19 13:20:34 +01:00