fix(jenkins): Add Docker socket mount for CI/CD pipelines
This commit is contained in:
@@ -27,7 +27,13 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: jenkins-home
|
- name: jenkins-home
|
||||||
mountPath: /var/jenkins_home
|
mountPath: /var/jenkins_home
|
||||||
|
- name: docker-sock
|
||||||
|
mountPath: /var/run/docker.sock
|
||||||
volumes:
|
volumes:
|
||||||
- name: jenkins-home
|
- name: jenkins-home
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: jenkins-home
|
claimName: jenkins-home
|
||||||
|
- name: docker-sock
|
||||||
|
hostPath:
|
||||||
|
path: /var/run/docker.sock
|
||||||
|
type: Socket
|
||||||
|
|||||||
Reference in New Issue
Block a user