docs: add docs for outposts

This commit is contained in:
Jens Langhammer
2020-09-09 19:34:19 +02:00
parent 37dcf264e5
commit 1356a8108b
7 changed files with 55 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class OutpostType(models.TextChoices):
class OutpostDeploymentType(models.TextChoices):
"""Deployment types that are managed through passbook"""
KUBERNETES = "kubernetes"
# KUBERNETES = "kubernetes"
CUSTOM = "custom"