SUSE / caasp-salt

A collection of salt states used to provision a kubernetes cluster
Apache License 2.0
64 stars 29 forks source link

Use pillar in salt #748

Closed MalloZup closed 5 years ago

MalloZup commented 5 years ago

I think it would be preferable to have a pillar in params.sls with something like:

haproxy:
  image: haproxy:1.6.11

and then use here:

      image: {{ salt.caasp_registry.base_image_url() }}/{{ pillar['haproxy']['image'] }}

instead of this hardcoded version of the image.

Originally posted by @inercia in https://github.com/kubic-project/salt/pull/747

MalloZup commented 5 years ago

see : https://github.com/kubic-project/salt/pull/747#discussion_r258829813

MalloZup commented 5 years ago

This GitHub PR is unactive since more then 30 days. Is this GitHub PR still needed? Please close or update it accordingly. This reminder is autogenerated by https://github.com/MalloZup/blacktango