-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
The porter.yaml file can have image maps defined and the templating supports referencing those images by name. It is currently a dictionary map (which none of the other types do, they are all lists with a name field).
Is it a huge pain to add support for this type as it works right now?
images:
mysql:
description: MySQL
imageType: docker
repository: docker.io/mysql
tag: "5.7.28"
install:
- helm:
description: "Install MySQL"
name: "{{ bundle.parameters.mysql-name }}"
set:
image: "{{ bundle.images.mysql.repository }}"
imageTag: "{{ bundle.images.mysql.tag }}"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels