Compare commits
No commits in common. "62f46e3d7e84231a5457c66e71b607e0163ca279" and "db9f15856a89a501bfa70e5133eec71216a4cbe0" have entirely different histories.
62f46e3d7e
...
db9f15856a
1 changed files with 3 additions and 1 deletions
|
@ -530,7 +530,9 @@ class ServiceInstance(ServalaModelMixin, models.Model):
|
|||
"spec": spec_data or {},
|
||||
}
|
||||
if label := context.control_plane.required_label:
|
||||
create_data["metadata"]["labels"] = {settings.DEFAULT_LABEL_KEY: label}
|
||||
create_data["metadata"]["labels"] = [
|
||||
{settings.DEFAULT_LABEL_KEY: label}
|
||||
]
|
||||
api_instance = client.CustomObjectsApi(
|
||||
context.control_plane.get_kubernetes_client()
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue