Skip to content

Commit

Permalink
Merge pull request #11313 from luis5tb/np-handler
Browse files Browse the repository at this point in the history
Adding new kuryr handler to avoid races
  • Loading branch information
openshift-merge-robot committed Mar 6, 2019
2 parents 78a5b8f + 0bb5118 commit 4c74808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kuryr/templates/configmap.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ data:
# in the pipeline. (list value)
{% if openshift_kuryr_subnet_driver|default('default') == 'namespace' %}
{% if openshift_kuryr_sg_driver|default('default') == 'policy' %}
enabled_handlers = vif,lb,lbaasspec,namespace,policy,pod_label
enabled_handlers = vif,lb,lbaasspec,namespace,policy,pod_label,kuryrnetpolicy
{% else %}
enabled_handlers = vif,lb,lbaasspec,namespace
{% endif %}
Expand Down

0 comments on commit 4c74808

Please sign in to comment.