Service Instance Update #61
1 changed files with 1 additions and 0 deletions
|
@ -591,6 +591,7 @@ class ServiceInstance(ServalaModelMixin, models.Model):
|
||||||
body=patch_body,
|
body=patch_body,
|
||||||
)
|
)
|
||||||
self._clear_kubernetes_caches()
|
self._clear_kubernetes_caches()
|
||||||
|
self.save() # Updates updated_at timestamp
|
||||||
except ApiException as e:
|
except ApiException as e:
|
||||||
if e.status == 404:
|
if e.status == 404:
|
||||||
raise ValidationError(
|
raise ValidationError(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue