Browse Source

typo correction

Emilio Garcia 6 years ago
parent
commit
a75b73014f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_openstack/templates/heat_stack.yaml.j2

+ 1 - 1
roles/openshift_openstack/templates/heat_stack.yaml.j2

@@ -1098,7 +1098,7 @@ resources:
             - { get_resource: cns-secgrp }
 {% endif %}
 {% if openshift_use_kuryr|default(false)|bool %}
-         pod_secgrp:
+          pod_secgrp:
             - { get_resource: pod_access_sg }
 {% endif %}
 {% endif %}