blob: 25649768684c9b22df3d10aeb185786d0967b7a7 [file] [log] [blame]
from atmosphere import clients
from atmosphere.config import CONF
from atmosphere.models.openstack_helm import values
def run(api=None):
if not api:
api = clients.get_pykube_api()
if CONF.memcached.enabled:
values.Values.for_chart("memcached").apply(api)