Skip to content

Commit

Permalink
Fix contract item (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
atbagga committed Jul 19, 2019
1 parent da104f9 commit ae2d498
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def get_kubernetes_connection_create_object(subscription_id, subscription_name,
"azureSubscriptionName": subscription_name,
"clusterId": cluster_id,
"namespace": namespace,
"operation.createNamespace": create_namespace
"operation.createOrReuseNamespace": create_namespace
},
"name": cluster_name + "-" + namespace,
"type": "kubernetes",
Expand Down

0 comments on commit ae2d498

Please sign in to comment.