Merge pull request #1347 from stpabhi/fix-sync-to-internal-registry

fix sync-to-internal-registry.jsonnet
This commit is contained in:
Paweł Krupa
2021-10-21 16:20:36 +02:00
committed by GitHub
2 changed files with 11 additions and 8 deletions

View File

@@ -31,6 +31,10 @@ local withImageRepository(repository) = {
},
};
{
imageName:: imageName,
}
{
withImageRepository:: withImageRepository,
}