stacks/template
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
..
registry created an own variable for domain gitea 2025-02-24 23:10:05 +01:00
stacks - name: init-log-permissions 2025-03-19 13:20:34 +01:00
edfbuilder.yaml created an own variable for domain gitea 2025-02-24 23:10:05 +01:00