Skip to content
Snippets Groups Projects
Verified Commit 43ad785f authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

add cert-manager to different namespace in test_helmreleases

parent 1e94b216
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,10 @@ from kubernetes import client, config
from kubernetes.client.rest import ApiException
EXPECTED_RELEASES = {
'cert-manager': [
'cert-manager'
],
'oas': [
'cert-manager',
'ingress',
'local-storage',
'prometheus',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment