This commit is contained in:
GTrunSec 2022-04-02 13:46:23 -07:00
parent 6a720a257e
commit e823a93100
No known key found for this signature in database
GPG key ID: 2368FAFA4ABDD2A0

View file

@ -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 = {