Skip to content

Commit

Permalink
fix(deploy): bad imagePullPolicy directive placement
Browse files Browse the repository at this point in the history
  • Loading branch information
rdegez authored and arcln committed Jun 13, 2019
1 parent 2997b70 commit 321b456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ spec:
labels:
app: dothill-provisioner
spec:
imagePullPolicy: Always
imagePullSecrets:
- name: regcred
containers:
- name: dothill-provisioner
imagePullPolicy: Always
image: docker-registry.enix.io/enix/dothill-provisioner:rc
command: ["/usr/local/bin/dothill-provisioner", "-v", "1"]
serviceAccount: dothill-provisioner

0 comments on commit 321b456

Please sign in to comment.