Skip to content

Commit 5d7b851

Browse files
committed
chore(controller): change quota name
1 parent d19b456 commit 5d7b851

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rootfs/api/models/app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,7 @@ def create(self, *args, **kwargs): # noqa
267267
)
268268

269269
# create required minimum resources in k8s for the application
270-
namespace = service = self.id
271-
quota_name = '{}-quota'.format(self.id)
270+
namespace = quota_name = service = self.id
272271
try:
273272
self.log('creating Namespace {} and services'.format(namespace), level=logging.DEBUG)
274273
# Create essential resources

0 commit comments

Comments
 (0)