outposts: allow blank kubeconfig

This commit is contained in:
Jens Langhammer
2020-12-24 13:14:20 +01:00
parent 4157a0780d
commit c85506f43c
3 changed files with 23 additions and 2 deletions

View File

@ -234,7 +234,8 @@ class KubernetesServiceConnection(OutpostServiceConnection):
"Paste your kubeconfig here. authentik will automatically use "
"the currently selected context."
)
)
),
blank=True,
)
@property