Fixing annotations key.
This commit is contained in:
parent
f03409da06
commit
39641e81ea
|
|
@ -103,7 +103,7 @@ class K8s:
|
||||||
for sset in ssets:
|
for sset in ssets:
|
||||||
for key, value in annotations.items():
|
for key, value in annotations.items():
|
||||||
if key not in sset.metadata.annotations or sset.metadata.annotations[key] != value:
|
if key not in sset.metadata.annotations or sset.metadata.annotations[key] != value:
|
||||||
print("Expected key {} not found in annotations {}".format(key, sset.metadata.annotation))
|
print("Expected key {} not found in annotations {}".format(key, sset.metadata.annotations))
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue