outposts: rename docker_image_base to container_image_base, since its not docker specific

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-10-14 19:57:56 +02:00
parent 0c55eea678
commit 5f9dda2e58
6 changed files with 6 additions and 6 deletions

View File

@ -50,7 +50,7 @@ class OutpostKubernetesTests(TestCase):
deployment_reconciler.get_reference_object(),
)
with CONFIG.patch("outposts.docker_image_base", "test"):
with CONFIG.patch("outposts.container_image_base", "test"):
with self.assertRaises(NeedsUpdate):
deployment_reconciler.reconcile(
deployment_reconciler.retrieve(),