Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 42a1493

Browse files
update plugin.yaml template to use connection_interface_types
Signed-off-by: Guillaume Falourd <[email protected]>
1 parent 7705f4c commit 42a1493

File tree

1 file changed

+3
-3
lines changed
  • stackspot_store/templates/plugin/v1/app/templates

1 file changed

+3
-3
lines changed

stackspot_store/templates/plugin/v1/app/templates/plugin.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ spec:
1919
{% endif %}
2020
technologies: # Ref: https://docs.stackspot.com/docs/create-stacks/yaml-files/yaml/#technologies
2121
- Api
22-
{% if connection_interfaces %}
22+
{% if connection_interface_types %}
2323
requires:
2424
connection-interface:
25-
{% for connection_interfaces in connection_interfaces %}
26-
- {{connection_interface}}
25+
{% for connection_interface_type in connection_interface_types %}
26+
- {{connection_interface_type}}
2727
{% endfor %}
2828
{% endif %}
2929
inputs:

0 commit comments

Comments
 (0)