Skip to content

Commit

Permalink
Merge pull request #603 from s1061123/fix/graceperiod
Browse files Browse the repository at this point in the history
Add grace period to missing deployment template
  • Loading branch information
dougbtv committed Jan 29, 2021
2 parents f6df613 + d093709 commit bd90c26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/multus-daemonset-crio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ spec:
mountPath: /host/usr/libexec/cni
- name: multus-cfg
mountPath: /tmp/multus-conf
terminationGracePeriodSeconds: 10
volumes:
- name: cni
hostPath:
Expand Down Expand Up @@ -341,6 +342,7 @@ spec:
mountPath: /host/usr/libexec/cni
- name: multus-cfg
mountPath: /tmp/multus-conf
terminationGracePeriodSeconds: 10
volumes:
- name: cni
hostPath:
Expand Down

0 comments on commit bd90c26

Please sign in to comment.