Images: Remove OpenTelemetry. (#12024)

This commit is contained in:
Marco Ebert 2024-09-29 17:31:04 +02:00 committed by GitHub
parent f369ffb073
commit 3f6e6aef78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 18 additions and 668 deletions

View file

@ -207,13 +207,6 @@ type IngressChartValue struct {
ExtraVolumes []interface{} `yaml:"extraVolumes"`
ExtraInitContainers []interface{} `yaml:"extraInitContainers"`
ExtraModules []interface{} `yaml:"extraModules"`
Opentelemetry struct {
Enabled bool `yaml:"enabled"`
Image string `yaml:"image"`
ContainerSecurityContext struct {
AllowPrivilegeEscalation bool `yaml:"allowPrivilegeEscalation"`
} `yaml:"containerSecurityContext"`
} `yaml:"opentelemetry"`
AdmissionWebhooks struct {
Annotations struct{} `yaml:"annotations"`
Enabled bool `yaml:"enabled"`