Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Commit

Permalink
k8s: Fix command broken by script rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bd808 committed Oct 27, 2016
1 parent 493f4bb commit ab5b97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/deployment.yaml
Expand Up @@ -15,7 +15,7 @@ spec:
containers:
- name: bot
image: docker-registry.tools.wmflabs.org/toollabs-python2-base:latest
command: [ "/data/project/stashbot/bin/k8s.sh", "run" ]
command: [ "/data/project/stashbot/bin/stashbot.sh", "run" ]
workingDir: /data/project/stashbot
env:
- name: HOME
Expand Down

0 comments on commit ab5b97f

Please sign in to comment.