Readded init command and temporary mount point #37

Merged
khwezi merged 1 commits from dev into main 2026-04-12 14:04:45 +02:00
Showing only changes of commit b473b0577b - Show all commits

View File

@@ -1,4 +1,4 @@
---
---
apiVersion: v1
kind: Namespace
metadata:
@@ -106,6 +106,14 @@ spec:
fsGroup: 1001
fsGroupChangePolicy: "Always"
initContainers:
- name: setup-directory
image: busybox:latest
command: ["sh", "-c", "mkdir -p /mnt/data/.ssh"]
volumeMounts:
- name: semaphore-persistent-storage
mountPath: /mnt/data
containers:
- name: semaphore
image: semaphoreui/semaphore:latest