Merge "Replace horizon deployment with daemonset in update reconcile"

This commit is contained in:
Zuul 2020-07-12 19:35:15 +00:00 committed by Gerrit Code Review
commit 02b122acf8

View File

@ -66,7 +66,7 @@ def update(name, spec, **_):
name=name, spec=spec)
config_hash = utils.generate_hash(config.obj['data'])
utils.create_or_update('horizon/deployment.yml.j2',
utils.create_or_update('horizon/daemonset.yml.j2',
config_hash=config_hash, name=name,
spec=spec)
if "ingress" in spec: