You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `global.elasticsearch.tls.existingSecret` | (DEPRECATED - use global.elasticsearch.tls.secret instead) provide an already existing tls secret for connecting to external elasticsearch | `""` |
413
+
| `global.elasticsearch.tls.existingSecret` | provide an already existing tls secret for connecting to external elasticsearch | `""` |
414
414
| `global.elasticsearch.auth` | | |
415
415
| `global.elasticsearch.auth.username` | the username for external elasticsearch | `""` |
416
416
| `global.elasticsearch.auth.password` | (DEPRECATED - use global.elasticsearch.auth.secret instead) the password for external elasticsearch | `""` |
417
417
| `global.elasticsearch.auth.existingSecret` | (DEPRECATED - use global.elasticsearch.auth.secret instead) you can provide an existing secret for the external elasticsearch password | `""` |
418
418
| `global.elasticsearch.auth.existingSecretKey` | (DEPRECATED - use global.elasticsearch.auth.secret instead) you can provide an existing secret key for the external elasticsearch password | `password` |
419
-
| `global.elasticsearch.tls.secret` | configuration to provide the TLS secret. | |
420
-
| `global.elasticsearch.tls.secret.inlineSecret` | can be used to provide the TLS certificate as a plain-text value for non-production usage. | `""` |
421
-
| `global.elasticsearch.tls.secret.existingSecret` | can be used to reference an existing Kubernetes Secret containing the TLS certificate. | `""` |
422
-
| `global.elasticsearch.tls.secret.existingSecretKey` | defines the key within the existing secret object. | `""` |
423
419
| `global.elasticsearch.auth.secret` | configuration to provide the authentication secret. | |
424
420
| `global.elasticsearch.auth.secret.inlineSecret` | can be used to provide the password as a plain-text value for non-production usage. | `""` |
425
421
| `global.elasticsearch.auth.secret.existingSecret` | can be used to reference an existing Kubernetes Secret containing the password. | `""` |
@@ -436,16 +432,12 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `global.opensearch.tls.existingSecret` | (DEPRECATED - use global.opensearch.tls.secret instead) provide an already existing tls secret for connecting to external opensearch | `""` |
435
+
| `global.opensearch.tls.existingSecret` | provide an already existing tls secret for connecting to external opensearch | `""` |
440
436
| `global.opensearch.auth` | | |
441
437
| `global.opensearch.auth.username` | the username for external opensearch | `""` |
442
438
| `global.opensearch.auth.password` | (DEPRECATED - use global.opensearch.auth.secret instead) the password for external opensearch | `""` |
443
439
| `global.opensearch.auth.existingSecret` | (DEPRECATED - use global.opensearch.auth.secret instead) you can provide an existing secret for the external opensearch password | `""` |
444
440
| `global.opensearch.auth.existingSecretKey` | (DEPRECATED - use global.opensearch.auth.secret instead) you can provide an existing secret key for the external opensearch password | `password` |
445
-
| `global.opensearch.tls.secret` | configuration to provide the TLS secret. | |
446
-
| `global.opensearch.tls.secret.inlineSecret` | can be used to provide the TLS certificate as a plain-text value for non-production usage. | `""` |
447
-
| `global.opensearch.tls.secret.existingSecret` | can be used to reference an existing Kubernetes Secret containing the TLS certificate. | `""` |
448
-
| `global.opensearch.tls.secret.existingSecretKey` | defines the key within the existing secret object. | `""` |
449
441
| `global.opensearch.auth.secret` | configuration to provide the authentication secret. | |
450
442
| `global.opensearch.auth.secret.inlineSecret` | can be used to provide the password as a plain-text value for non-production usage. | `""` |
451
443
| `global.opensearch.auth.secret.existingSecret` | can be used to reference an existing Kubernetes Secret containing the password. | `""` |
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.8/values.schema.json
+2-42Lines changed: 2 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -244,28 +244,8 @@
244
244
},
245
245
"existingSecret": {
246
246
"type": "string",
247
-
"description": "(DEPRECATED - use global.elasticsearch.tls.secret instead) provide an already existing tls secret for connecting to external elasticsearch",
247
+
"description": "provide an already existing tls secret for connecting to external elasticsearch",
248
248
"default": ""
249
-
},
250
-
"secret": {
251
-
"type": "object",
252
-
"properties": {
253
-
"inlineSecret": {
254
-
"type": "string",
255
-
"description": "can be used to provide the TLS certificate as a plain-text value for non-production usage.",
256
-
"default": ""
257
-
},
258
-
"existingSecret": {
259
-
"type": "string",
260
-
"description": "can be used to reference an existing Kubernetes Secret containing the TLS certificate.",
261
-
"default": ""
262
-
},
263
-
"existingSecretKey": {
264
-
"type": "string",
265
-
"description": "defines the key within the existing secret object.",
266
-
"default": ""
267
-
}
268
-
}
269
249
}
270
250
}
271
251
},
@@ -379,28 +359,8 @@
379
359
},
380
360
"existingSecret": {
381
361
"type": "string",
382
-
"description": "(DEPRECATED - use global.opensearch.tls.secret instead) provide an already existing tls secret for connecting to external opensearch",
362
+
"description": "provide an already existing tls secret for connecting to external opensearch",
383
363
"default": ""
384
-
},
385
-
"secret": {
386
-
"type": "object",
387
-
"properties": {
388
-
"inlineSecret": {
389
-
"type": "string",
390
-
"description": "can be used to provide the TLS certificate as a plain-text value for non-production usage.",
391
-
"default": ""
392
-
},
393
-
"existingSecret": {
394
-
"type": "string",
395
-
"description": "can be used to reference an existing Kubernetes Secret containing the TLS certificate.",
396
-
"default": ""
397
-
},
398
-
"existingSecretKey": {
399
-
"type": "string",
400
-
"description": "defines the key within the existing secret object.",
0 commit comments