|
166 | 166 | } |
167 | 167 | }, |
168 | 168 | "additionalProperties" : false, |
169 | | - "description" : "Configuration Parameter for the ArgoCD Operator" |
| 169 | + "description" : "Config Parameter for the ArgoCD Operator" |
170 | 170 | }, |
171 | 171 | "certManager" : { |
172 | | - "type" : "object", |
| 172 | + "type" : [ "object", "null" ], |
173 | 173 | "properties" : { |
174 | 174 | "active" : { |
175 | | - "type" : "boolean", |
| 175 | + "type" : [ "boolean", "null" ], |
176 | 176 | "description" : "Sets and enables Cert Manager" |
177 | 177 | }, |
178 | 178 | "helm" : { |
179 | | - "type" : "object", |
| 179 | + "type" : [ "object", "null" ], |
180 | 180 | "properties" : { |
181 | 181 | "acmeSolverImage" : { |
182 | | - "type" : "string", |
| 182 | + "type" : [ "string", "null" ], |
183 | 183 | "description" : "Sets acmeSolver Image for Cert Manager" |
184 | 184 | }, |
185 | 185 | "cainjectorImage" : { |
186 | | - "type" : "string", |
| 186 | + "type" : [ "string", "null" ], |
187 | 187 | "description" : "Sets cainjector Image for Cert Manager" |
188 | 188 | }, |
189 | 189 | "chart" : { |
190 | | - "type" : "string", |
| 190 | + "type" : [ "string", "null" ], |
191 | 191 | "description" : "Name of the Helm chart" |
192 | 192 | }, |
193 | 193 | "image" : { |
194 | | - "type" : "string", |
| 194 | + "type" : [ "string", "null" ], |
195 | 195 | "description" : "Sets image for Cert Manager" |
196 | 196 | }, |
197 | 197 | "repoURL" : { |
198 | | - "type" : "string", |
| 198 | + "type" : [ "string", "null" ], |
199 | 199 | "description" : "Repository url from which the Helm chart should be obtained" |
200 | 200 | }, |
201 | 201 | "startupAPICheckImage" : { |
202 | | - "type" : "string", |
| 202 | + "type" : [ "string", "null" ], |
203 | 203 | "description" : "Sets startupAPICheck Image for Cert Manager" |
204 | 204 | }, |
205 | 205 | "values" : { |
206 | | - "$ref" : "#/$defs/Map(String,Object)", |
| 206 | + "$ref" : "#/$defs/Map(String,Object)-nullable", |
207 | 207 | "description" : "Helm values of the chart, allows overriding defaults and setting values that are not exposed as explicit configuration" |
208 | 208 | }, |
209 | 209 | "version" : { |
210 | | - "type" : "string", |
| 210 | + "type" : [ "string", "null" ], |
211 | 211 | "description" : "The version of the Helm chart to be installed" |
212 | 212 | }, |
213 | 213 | "webhookImage" : { |
214 | | - "type" : "string", |
| 214 | + "type" : [ "string", "null" ], |
215 | 215 | "description" : "Sets webhook Image for Cert Manager" |
216 | 216 | } |
217 | 217 | }, |
|
0 commit comments