test ipFamilyPolicy spec on openshift to be ignored
This commit is contained in:
parent
c5fa72cbd1
commit
b8932c5988
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ def clean_ephemeral_config(config: dict):
|
|||
|
||||
if item['kind'] == 'Service':
|
||||
item['spec'].pop('ipFamilies', None)
|
||||
item['spec'].pop('ipFamilyPolicy', None)
|
||||
|
||||
|
||||
for label in list(item['metadata'].get('labels', {}).keys()):
|
||||
for prefix in CERN_OKD4_METADATA_LABELS:
|
||||
|
|
|
|||
Loading…
Reference in a new issue