Merge pull request #603 from s1061123/fix/graceperiod

Add grace period to missing deployment template
This commit is contained in:
Doug Smith 2021-01-29 08:40:48 -05:00 committed by GitHub
commit bd90c262f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,6 +272,7 @@ spec:
mountPath: /host/usr/libexec/cni
- name: multus-cfg
mountPath: /tmp/multus-conf
terminationGracePeriodSeconds: 10
volumes:
- name: cni
hostPath:
@ -341,6 +342,7 @@ spec:
mountPath: /host/usr/libexec/cni
- name: multus-cfg
mountPath: /tmp/multus-conf
terminationGracePeriodSeconds: 10
volumes:
- name: cni
hostPath: