mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix(tests/helm/simple): fix test
This commit is contained in:
parent
12a6b509a4
commit
ed22d9c047
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ in {
|
||||||
$kube->waitUntilSucceeds("docker load < ${postgresql}");
|
$kube->waitUntilSucceeds("docker load < ${postgresql}");
|
||||||
$kube->waitUntilSucceeds("docker load < ${postgresqlExporter}");
|
$kube->waitUntilSucceeds("docker load < ${postgresqlExporter}");
|
||||||
$kube->waitUntilSucceeds("docker load < ${minideb}");
|
$kube->waitUntilSucceeds("docker load < ${minideb}");
|
||||||
$kube->waitUntilSucceeds("kubectl apply -f ${toYAML config.kubernetes.objects}");
|
$kube->waitUntilSucceeds("kubectl apply -f ${toYAML config.kubernetes.generated}");
|
||||||
$kube->waitUntilSucceeds("PGPASSWORD=postgres ${pkgs.postgresql}/bin/psql -h app-psql-postgresql.test.svc.cluster.local -U postgres -l");
|
$kube->waitUntilSucceeds("PGPASSWORD=postgres ${pkgs.postgresql}/bin/psql -h app-psql-postgresql.test.svc.cluster.local -U postgres -l");
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue