Add init loop in prometheus sidecar container
[osm/devops.git] / descriptor-packages / tools / charm-generator / generator / actions / templates / actions.yaml.j2
index e9f2961..994bcde 100644 (file)
@@ -37,8 +37,8 @@
 
 {%- for act in actions %}
 {{ act.action_name }}:
-    description: "Insert description for this playbook."
-    {#- TODO: Insert parameters -#}
-    {#- TODO: Insert required -#}
+  description: "Insert description for this playbook."
+  {#- TODO: Insert parameters -#}
+  {#- TODO: Insert required -#}
 {% endfor %}