Compare commits
2 Commits
8b168439fe
...
68fdb36467
| Author | SHA1 | Date | |
|---|---|---|---|
| 68fdb36467 | |||
|
|
b473b0577b |
@@ -106,6 +106,14 @@ spec:
|
|||||||
fsGroup: 1001
|
fsGroup: 1001
|
||||||
fsGroupChangePolicy: "Always"
|
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:
|
containers:
|
||||||
- name: semaphore
|
- name: semaphore
|
||||||
image: semaphoreui/semaphore:latest
|
image: semaphoreui/semaphore:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user