mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fix test
This commit is contained in:
parent
6a720a257e
commit
e823a93100
1 changed files with 3 additions and 3 deletions
|
|
@ -35,9 +35,9 @@ in
|
|||
imports = [ kubenix.modules.test kubenix.modules.helm kubenix.modules.k8s kubenix.modules.docker ];
|
||||
|
||||
docker.images = {
|
||||
postgresql.image = inherit postgresql;
|
||||
postgresqlExporter.image = inherit postgresqlExporter;
|
||||
bitnamiShell.image = inherit bitnamiShell;
|
||||
postgresql.image = postgresql;
|
||||
postgresqlExporter.image = postgresqlExporter;
|
||||
bitnamiShell.image = bitnamiShell;
|
||||
};
|
||||
|
||||
test = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue