outposts: disable Kubernetes selection for now
This commit is contained in:
@ -15,7 +15,6 @@ class Migration(migrations.Migration):
|
||||
name="deployment_type",
|
||||
field=models.TextField(
|
||||
choices=[
|
||||
("kubernetes", "Kubernetes"),
|
||||
("docker", "Docker"),
|
||||
("custom", "Custom"),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user