mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix(tests/helm): fix test assertion
This commit is contained in:
parent
e00079fb97
commit
3bdc4deb32
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ in {
|
||||||
assertions = [{
|
assertions = [{
|
||||||
message = "should have generated resources";
|
message = "should have generated resources";
|
||||||
assertion =
|
assertion =
|
||||||
appsv1beta2.StatefulSet ? "app-psql-postgreql-master" &&
|
appsv1beta2.StatefulSet ? "app-psql-postgresql-master" &&
|
||||||
appsv1beta2.StatefulSet ? "app-psql-postgresql-slave" &&
|
appsv1beta2.StatefulSet ? "app-psql-postgresql-slave" &&
|
||||||
corev1.ConfigMap ? "app-psql-postgresql-init-scripts" &&
|
corev1.ConfigMap ? "app-psql-postgresql-init-scripts" &&
|
||||||
corev1.Secret ? "app-psql-postgresql" &&
|
corev1.Secret ? "app-psql-postgresql" &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue