lib/metatron/templates/deployment.rb in metatron-0.1.2 vs lib/metatron/templates/deployment.rb in metatron-0.1.3

- old
+ new

@@ -42,9 +42,10 @@ template: { metadata: { labels: { "#{label_namespace}/name": name }.merge(additional_pod_labels) }.merge(formatted_pod_annotations), spec: { + terminationGracePeriodSeconds:, containers: [ { name: "app", image:, imagePullPolicy:,