Skip to content

Commit

Permalink
fixed configmap attaching.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Pastushenko committed Dec 28, 2018
1 parent 22c9401 commit d57ea61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .helm/slack-duty-bot/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ spec:
volumes:
- name: "{{ include "slack-duty-bot.name" . }}-config-volume"
configMap:
name: "{{ include "slack-duty-bot.name" . }}-config-map"
name: "{{ include "slack-duty-bot.name" . }}"
restartPolicy: Always
terminationGracePeriodSeconds: 30

0 comments on commit d57ea61

Please sign in to comment.