Skip to content

Commit

Permalink
Add grace period to missing deployment template
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Jan 28, 2021
1 parent f6df613 commit d093709
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 d093709

Please sign in to comment.