Merge 2fe5f1ceb1 into 1af4c50ed0
				
					
				
			This commit is contained in:
		
						commit
						4ba156c14c
					
				|  | @ -42,7 +42,7 @@ import ( | ||||||
| 
 | 
 | ||||||
| var ( | var ( | ||||||
| 	alphaNumericRegexp    = regexp.MustCompile("^[a-zA-Z][a-zA-Z0-9]*$") | 	alphaNumericRegexp    = regexp.MustCompile("^[a-zA-Z][a-zA-Z0-9]*$") | ||||||
| 	databaseNameRegexp    = regexp.MustCompile("^[a-zA-Z_][a-zA-Z0-9_]*$") | 	databaseNameRegexp    = regexp.MustCompile("^[a-zA-Z_][a-zA-Z0-9_-]*$") | ||||||
| 	userRegexp            = regexp.MustCompile(`^[a-z0-9]([-_a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-_a-z0-9]*[a-z0-9])?)*$`) | 	userRegexp            = regexp.MustCompile(`^[a-z0-9]([-_a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-_a-z0-9]*[a-z0-9])?)*$`) | ||||||
| 	patroniObjectSuffixes = []string{"leader", "config", "sync", "failover"} | 	patroniObjectSuffixes = []string{"leader", "config", "sync", "failover"} | ||||||
| 	finalizerName         = "postgres-operator.acid.zalan.do" | 	finalizerName         = "postgres-operator.acid.zalan.do" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue