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 location of the pause image for CRI-O #715

Closed ereslibre closed 5 years ago

ereslibre commented 5 years ago

The pause image was hardcoded in the CRI-O configuration. We now use the same pillar that defines the location of the pause image and set it in the cri-o configuration.

Fixes: bsc#1123469