admin: add views for outpost service-connections
This commit is contained in:
@ -49,7 +49,7 @@ class KubernetesServiceConnectionSerializer(ModelSerializer):
|
||||
class Meta:
|
||||
|
||||
model = KubernetesServiceConnection
|
||||
fields = ["pk", "name", "local", "config"]
|
||||
fields = ["pk", "name", "local", "kubeconfig"]
|
||||
|
||||
|
||||
class KubernetesServiceConnectionViewSet(ModelViewSet):
|
||||
|
||||
Reference in New Issue
Block a user