Skip to content

Commit 491d2e3

Browse files
committed
adds extraObjects as strings support to tempo-distributed chart
Signed-off-by: Marshall Ford <[email protected]>
1 parent fe29732 commit 491d2e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/tempo-distributed/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tempo-distributed
22

3-
![Version: 1.32.7](https://img.shields.io/badge/Version-1.32.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square)
3+
![Version: 1.32.8](https://img.shields.io/badge/Version-1.32.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square)
44

55
Grafana Tempo in MicroService mode
66

@@ -466,7 +466,7 @@ The memcached default args are removed and should be provided manually. The sett
466466
| externalConfigSecretName | string | `"{{ include \"tempo.resourceName\" (dict \"ctx\" . \"component\" \"config\") }}"` | Name of the Secret or ConfigMap that contains the configuration (used for naming even if config is internal). |
467467
| externalConfigVersion | string | `"0"` | When 'useExternalConfig' is true, then changing 'externalConfigVersion' triggers restart of services - otherwise changes to the configuration cause a restart. |
468468
| externalRuntimeConfigName | string | `"{{ include \"tempo.resourceName\" (dict \"ctx\" . \"component\" \"runtime\") }}"` | Name of the Secret or ConfigMap that contains the runtime configuration (used for naming even if config is internal). |
469-
| extraObjects | list | `[]` | Create extra manifests via values. |
469+
| extraObjects | list | `[]` | extraObjects could be utilized to add dynamic manifests via values |
470470
| fullnameOverride | string | `""` | |
471471
| gateway.affinity | string | Hard node and soft zone anti-affinity | Affinity for gateway pods. Passed through `tpl` and, thus, to be configured as string |
472472
| gateway.autoscaling.behavior | object | `{}` | Autoscaling behavior configuration for the gateway |

charts/tempo-distributed/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2434,7 +2434,7 @@ enterpriseGateway:
24342434
hosts:
24352435
- gateway.gem.example.com
24362436

2437-
# Add dynamic manifests via values
2437+
# -- extraObjects could be utilized to add dynamic manifests via values
24382438
extraObjects: []
24392439
# Examples:
24402440
# extraObjects:

0 commit comments

Comments
 (0)