Merge "Replace horizon deployment with daemonset in update reconcile"
This commit is contained in:
commit
02b122acf8
@ -66,7 +66,7 @@ def update(name, spec, **_):
|
|||||||
name=name, spec=spec)
|
name=name, spec=spec)
|
||||||
config_hash = utils.generate_hash(config.obj['data'])
|
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,
|
config_hash=config_hash, name=name,
|
||||||
spec=spec)
|
spec=spec)
|
||||||
if "ingress" in spec:
|
if "ingress" in spec:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user