Run CI read service from checked out source
This commit is contained in:
@@ -436,11 +436,17 @@ spec:
|
||||
limits:
|
||||
memory: 1Gi
|
||||
volumeMounts:
|
||||
- name: source
|
||||
mountPath: /app
|
||||
- name: state
|
||||
mountPath: /var/lib/unidesk/code-queue-ci
|
||||
- name: logs
|
||||
mountPath: /var/log/unidesk
|
||||
volumes:
|
||||
- name: source
|
||||
hostPath:
|
||||
path: "$(workspaces.source.path)/repo"
|
||||
type: Directory
|
||||
- name: state
|
||||
emptyDir: {}
|
||||
- name: logs
|
||||
|
||||
Reference in New Issue
Block a user