include volume in list of required fields
This commit is contained in:
		
							parent
							
								
									fa6929f028
								
							
						
					
					
						commit
						499978f85a
					
				|  | @ -73,6 +73,7 @@ spec: | |||
|             - numberOfInstances | ||||
|             - teamId | ||||
|             - postgresql | ||||
|             - volume | ||||
|           properties: | ||||
|             additionalVolumes: | ||||
|               type: array | ||||
|  |  | |||
|  | @ -69,6 +69,7 @@ spec: | |||
|             - numberOfInstances | ||||
|             - teamId | ||||
|             - postgresql | ||||
|             - volume | ||||
|           properties: | ||||
|             additionalVolumes: | ||||
|               type: array | ||||
|  |  | |||
|  | @ -132,7 +132,7 @@ var PostgresCRDResourceValidation = apiextv1beta1.CustomResourceValidation{ | |||
| 			}, | ||||
| 			"spec": { | ||||
| 				Type:     "object", | ||||
| 				Required: []string{"numberOfInstances", "teamId", "postgresql"}, | ||||
| 				Required: []string{"numberOfInstances", "teamId", "postgresql", "volume"}, | ||||
| 				Properties: map[string]apiextv1beta1.JSONSchemaProps{ | ||||
| 					"allowedSourceRanges": { | ||||
| 						Type:     "array", | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue