From 9ef7b100c172124018f62279a468cf4fbfe6aa1e Mon Sep 17 00:00:00 2001 From: Sergey <41047934+1Psy@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:31:17 +0300 Subject: [PATCH] Add the ability to add extraObjects Signed-off-by: Sergey <41047934+1Psy@users.noreply.github.com> --- charts/tempo-distributed/README.md | 4 ++-- charts/tempo-distributed/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index fcea5227db..1da16b12fd 100644 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.6.12](https://img.shields.io/badge/Version-1.6.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.3](https://img.shields.io/badge/AppVersion-2.2.3-informational?style=flat-square) +![Version: 1.6.13](https://img.shields.io/badge/Version-1.6.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.3](https://img.shields.io/badge/AppVersion-2.2.3-informational?style=flat-square) Grafana Tempo in MicroService mode @@ -388,7 +388,7 @@ The memcached default args are removed and should be provided manually. The sett | 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). | | externalConfigVersion | string | `"0"` | When 'useExternalConfig' is true, then changing 'externalConfigVersion' triggers restart of services - otherwise changes to the configuration cause a restart. | | 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). | -| extraObjects | list | `[]` | Create extra manifests via values. | +| extraObjects | list | `[]` | Create extra manifests via values. | | fullnameOverride | string | `""` | | | gateway.affinity | string | Hard node and soft zone anti-affinity | Affinity for gateway pods. Passed through `tpl` and, thus, to be configured as string | | gateway.autoscaling.behavior | object | `{}` | Autoscaling behavior configuration for the gateway | diff --git a/charts/tempo-distributed/values.yaml b/charts/tempo-distributed/values.yaml index 64c0adc9f9..c8d14ae142 100644 --- a/charts/tempo-distributed/values.yaml +++ b/charts/tempo-distributed/values.yaml @@ -2065,7 +2065,7 @@ enterpriseGateway: hosts: - gateway.gem.example.com -# -- Create extra manifests via values. +# -- Create extra manifests via values. extraObjects: [] # - apiVersion: "kubernetes-client.io/v1" # kind: ExternalSecret