Skip to content

Commit

Permalink
chore(rootfs/api): remove changes brought from another PR.
Browse files Browse the repository at this point in the history
remove changes mistakenly brough from Tieouts PR
  • Loading branch information
notmaxx committed Sep 24, 2018
1 parent 63ca37c commit 90350d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rootfs/api/models/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class Config(UuidAuditedModel):
tags = JSONField(default={}, blank=True)
registry = JSONField(default={}, blank=True)
healthcheck = JSONField(default={}, blank=True)
termination_grace_period = JSONField(default={}, blank=True)

class Meta:
get_latest_by = 'created'
Expand Down

0 comments on commit 90350d0

Please sign in to comment.