Skip to content

Instantly share code, notes, and snippets.

@erkolson
Created June 13, 2017 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erkolson/0545b86819e0e8a3248ab4a5fb3f17dc to your computer and use it in GitHub Desktop.
Save erkolson/0545b86819e0e8a3248ab4a5fb3f17dc to your computer and use it in GitHub Desktop.
- name: drone-agent
image: drone/drone:0.7.1
imagePullPolicy: IfNotPresent
args:
- agent
env:
- name: DRONE_SERVER
value: ws://drone-drone-server.drone.svc.cluster.local:80/ws/broker
- name: DRONE_SECRET
value: <SECRET>
- name: DRONE_DEBUG
value: "true"
- name: DOCKER_HOST
value: tcp://localhost:2375
- name: DOCKER_API_VERSION
value: "1.29"
image: drone/drone:0.7.1
imagePullPolicy: IfNotPresent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment