We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 823ecef + 79ffd34 commit 42e33e3Copy full SHA for 42e33e3
ManagementService/management_cleanup.py
@@ -45,7 +45,7 @@
45
if __name__ == "__main__":
46
print('Checking if deployment exists')
47
resp = requests.get(
48
- kubeurl+"/apis/serving.knative.dev/v1/namespaces/"+namespace+"/services,
+ kubeurl+"/apis/serving.knative.dev/v1/namespaces/"+namespace+"/services",
49
headers={"Authorization": "Bearer "+token, "Accept": "application/json"},
50
verify=cafile,
51
proxies={"https":""})
0 commit comments