outposts: implement docker controller
This commit is contained in:
@ -59,7 +59,8 @@ class OutpostType(models.TextChoices):
|
||||
class OutpostDeploymentType(models.TextChoices):
|
||||
"""Deployment types that are managed through passbook"""
|
||||
|
||||
# KUBERNETES = "kubernetes"
|
||||
KUBERNETES = "kubernetes"
|
||||
DOCKER = "docker"
|
||||
CUSTOM = "custom"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user