Skip to content

Commit

Permalink
Fix drone server and agent entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
stoader authored and baluchicken committed Jan 30, 2018
1 parent 4bea2eb commit 5da297e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions stable/drone/templates/deployment-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
containers:
- name: {{ template "drone.fullname" . }}-agent
image: "{{ .Values.agentImage.repository }}:{{ .Values.agentImage.tag }}"
command: ["./drone-agent"]
imagePullPolicy: {{ .Values.agentImage.pullPolicy }}
env:
- name: DRONE_SERVER
Expand Down
1 change: 1 addition & 0 deletions stable/drone/templates/deployment-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
containers:
- name: {{ template "drone.fullname" . }}-server
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
command: ["./drone-server"]
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: DRONE_SECRET
Expand Down

0 comments on commit 5da297e

Please sign in to comment.