Skip to content

Commit

Permalink
Merge pull request #11500 from sluetze/remove-prodtype
Browse files Browse the repository at this point in the history
remove prodtype from add_kubernetes_rule
  • Loading branch information
yuumasato authored Jan 30, 2024
2 parents a91975d + 37f7a12 commit 5f4e966
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/add_kubernetes_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def which(program):
def create_base_rule(args, url=None, node_rule=False):
rule_yaml = dict()
rule_yaml['documentation_complete'] = True
rule_yaml['prodtype'] = 'ocp4'
rule_yaml['title'] = args.title
if node_rule:
rule_yaml['platform'] = 'ocp4-node'
Expand Down

0 comments on commit 5f4e966

Please sign in to comment.