https://signoz.io logo
#general
Title
# general
k

Kalman Speier

11/04/2023, 9:09 AM
hey all, is there a way to add operators to k8s-infra helm values without overwriting existing ones?
s

Srikanth Chekuri

11/06/2023, 3:52 AM
is there a way to add operators
What operators are you referring to?
k

Kalman Speier

11/06/2023, 8:17 AM
i’d like to add some new operators to
presets.logsCollection.operators
without overriding the existing ones in the values.yaml
s

Srikanth Chekuri

11/08/2023, 2:11 PM
One way you could do this is to use override-values.yaml and add your operators along with the existing ones.
k

Kalman Speier

11/08/2023, 2:18 PM
yes currently that is what i’m doing, but it would better if i can specify only the ones i would like add to extend the existing list
s

Srikanth Chekuri

11/08/2023, 2:19 PM
That's not doable today. You can create a feature request to support this here https://github.com/SigNoz/charts
k

Kalman Speier

11/08/2023, 2:20 PM
👍