fix service annotations test
This commit is contained in:
parent
9cc7ed3929
commit
6aa989020b
|
|
@ -457,7 +457,7 @@ class EndToEndTestCase(unittest.TestCase):
|
||||||
k8s = self.k8s
|
k8s = self.k8s
|
||||||
patch_custom_service_annotations = {
|
patch_custom_service_annotations = {
|
||||||
"data": {
|
"data": {
|
||||||
"custom_service_annotatons": "foo:bar",
|
"custom_service_annotations": "foo:bar",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
k8s.update_config(patch_custom_service_annotations)
|
k8s.update_config(patch_custom_service_annotations)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue