fix(tests/helm): fix test assertion

This commit is contained in:
Jaka Hudoklin 2019-02-28 14:06:32 +01:00
parent e00079fb97
commit 3bdc4deb32
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95

View file

@ -16,7 +16,7 @@ in {
assertions = [{
message = "should have generated resources";
assertion =
appsv1beta2.StatefulSet ? "app-psql-postgreql-master" &&
appsv1beta2.StatefulSet ? "app-psql-postgresql-master" &&
appsv1beta2.StatefulSet ? "app-psql-postgresql-slave" &&
corev1.ConfigMap ? "app-psql-postgresql-init-scripts" &&
corev1.Secret ? "app-psql-postgresql" &&