Merge pull request 'Readded init command and temporary mount point' (#37) from dev into main
Reviewed-on: #37
This commit was merged in pull request #37.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user