Skip to content

Commit 90350d0

Browse files
committed
chore(rootfs/api): remove changes brought from another PR.
remove changes mistakenly brough from Tieouts PR
1 parent 63ca37c commit 90350d0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rootfs/api/models/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class Config(UuidAuditedModel):
2424
tags = JSONField(default={}, blank=True)
2525
registry = JSONField(default={}, blank=True)
2626
healthcheck = JSONField(default={}, blank=True)
27-
termination_grace_period = JSONField(default={}, blank=True)
2827

2928
class Meta:
3029
get_latest_by = 'created'

0 commit comments

Comments
 (0)