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