fix cluster_test after polishing
This commit is contained in:
		
							parent
							
								
									22978eddf8
								
							
						
					
					
						commit
						7838bfa732
					
				|  | @ -34,9 +34,11 @@ var cl = New( | |||
| 				SuperUsername:       superUserName, | ||||
| 				ReplicationUsername: replicationUserName, | ||||
| 			}, | ||||
| 			Resources: config.Resources{ | ||||
| 				DownscalerAnnotations: []string{"downscaler/*"}, | ||||
| 			}, | ||||
| 		}, | ||||
| 	}, | ||||
| 	k8sutil.NewMockKubernetesClient(), | ||||
| 	acidv1.Postgresql{ObjectMeta: metav1.ObjectMeta{Name: "acid-test", Namespace: "test", Annotations: map[string]string{"downscaler/downtime_replicas": "0"}}}, | ||||
| 	logger, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue