File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11662,8 +11662,6 @@ spec:
1166211662 type: boolean
1166311663 template:
1166411664 properties:
11665- TLSCACertBundle:
11666- type: string
1166711665 llmCredentials:
1166811666 type: string
1166911667 llmEndpoint:
@@ -11680,12 +11678,14 @@ spec:
1168011678 type: string
1168111679 modelName:
1168211680 type: string
11681+ tlsCACertBundle:
11682+ type: string
1168311683 required:
11684- - TLSCACertBundle
1168511684 - llmCredentials
1168611685 - llmEndpoint
1168711686 - llmEndpointType
1168811687 - modelName
11688+ - tlsCACertBundle
1168911689 type: object
1169011690 type: object
1169111691 ovn:
Original file line number Diff line number Diff line change 2626 type : object
2727 spec :
2828 properties :
29- TLSCACertBundle :
30- type : string
3129 llmCredentials :
3230 type : string
3331 llmEndpoint :
@@ -46,13 +44,15 @@ spec:
4644 type : string
4745 ragImage :
4846 type : string
47+ tlsCACertBundle :
48+ type : string
4949 required :
50- - TLSCACertBundle
5150 - llmCredentials
5251 - llmEndpoint
5352 - llmEndpointType
5453 - modelName
5554 - ragImage
55+ - tlsCACertBundle
5656 type : object
5757 status :
5858 properties :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ type OpenStackLightspeedCore struct {
6161
6262 // +kubebuilder:validation:Required
6363 // Configmap name containing a CA Certificates bundle
64- TLSCACertBundle * string `json:"TLSCACertBundle "`
64+ TLSCACertBundle * string `json:"tlsCACertBundle "`
6565}
6666
6767// OpenStackLightspeedStatus defines the observed state of OpenStackLightspeed
Original file line number Diff line number Diff line change @@ -11826,8 +11826,6 @@ spec:
1182611826 type: boolean
1182711827 template:
1182811828 properties:
11829- TLSCACertBundle:
11830- type: string
1183111829 llmCredentials:
1183211830 type: string
1183311831 llmEndpoint:
@@ -11844,12 +11842,14 @@ spec:
1184411842 type: string
1184511843 modelName:
1184611844 type: string
11845+ tlsCACertBundle:
11846+ type: string
1184711847 required:
11848- - TLSCACertBundle
1184911848 - llmCredentials
1185011849 - llmEndpoint
1185111850 - llmEndpointType
1185211851 - modelName
11852+ - tlsCACertBundle
1185311853 type: object
1185411854 type: object
1185511855 ovn:
@@ -20223,8 +20223,6 @@ spec:
2022320223 type: object
2022420224 spec:
2022520225 properties:
20226- TLSCACertBundle:
20227- type: string
2022820226 llmCredentials:
2022920227 type: string
2023020228 llmEndpoint:
@@ -20243,13 +20241,15 @@ spec:
2024320241 type: string
2024420242 ragImage:
2024520243 type: string
20244+ tlsCACertBundle:
20245+ type: string
2024620246 required:
20247- - TLSCACertBundle
2024820247 - llmCredentials
2024920248 - llmEndpoint
2025020249 - llmEndpointType
2025120250 - modelName
2025220251 - ragImage
20252+ - tlsCACertBundle
2025320253 type: object
2025420254 status:
2025520255 properties:
Original file line number Diff line number Diff line change @@ -11662,8 +11662,6 @@ spec:
1166211662 type: boolean
1166311663 template:
1166411664 properties:
11665- TLSCACertBundle:
11666- type: string
1166711665 llmCredentials:
1166811666 type: string
1166911667 llmEndpoint:
@@ -11680,12 +11678,14 @@ spec:
1168011678 type: string
1168111679 modelName:
1168211680 type: string
11681+ tlsCACertBundle:
11682+ type: string
1168311683 required:
11684- - TLSCACertBundle
1168511684 - llmCredentials
1168611685 - llmEndpoint
1168711686 - llmEndpointType
1168811687 - modelName
11688+ - tlsCACertBundle
1168911689 type: object
1169011690 type: object
1169111691 ovn:
Original file line number Diff line number Diff line change 2626 type : object
2727 spec :
2828 properties :
29- TLSCACertBundle :
30- type : string
3129 llmCredentials :
3230 type : string
3331 llmEndpoint :
@@ -46,13 +44,15 @@ spec:
4644 type : string
4745 ragImage :
4846 type : string
47+ tlsCACertBundle :
48+ type : string
4949 required :
50- - TLSCACertBundle
5150 - llmCredentials
5251 - llmEndpoint
5352 - llmEndpointType
5453 - modelName
5554 - ragImage
55+ - tlsCACertBundle
5656 type : object
5757 status :
5858 properties :
You can’t perform that action at this time.
0 commit comments