Skip to content

Instantly share code, notes, and snippets.

@yogendra
Created July 10, 2019 22:08
Show Gist options
  • Save yogendra/bc7e716275d3140111220e776adb9412 to your computer and use it in GitHub Desktop.
Save yogendra/bc7e716275d3140111220e776adb9412 to your computer and use it in GitHub Desktop.
Helm Jenkins
Master:
AdminUser: user
AdminPassword: user
InstallPlugins:
- kubernetes:1.12.0
- workflow-job:2.23
- workflow-aggregator:2.5
- credentials-binding:1.16
- git:3.9.1
- blueocean:1.7.1
Agent:
Image: adriagalin/jenkins-jnlp-slave
ImageTag: 1.4
AlwaysPullImage: true
volumes:
- type: HostPath
volumeName: docker-sock
hostPath: /var/run/docker.sock
mountPath: /var/run/docker.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment