Skip to content

Commit 3741d1a

Browse files
committed
fix: remove rbacproxy key
1 parent cda1d72 commit 3741d1a

5 files changed

Lines changed: 0 additions & 23 deletions

File tree

deploy/helm/sumologic/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ The following table lists the configurable parameters of the Sumo Logic chart an
376376
| `opentelemetry-operator.manager.env` | Additional environment variables for opentelemetry-operator helm chart. | `{"ENABLE_WEBHOOKS": "true"}` |
377377
| `opentelemetry-operator.manager.podLabels` | Used to set podLabels for OpenTelemetry-Operator Manager. | `{}` |
378378
| `opentelemetry-operator.manager.podAnnotations` | Used to set podAnnotations for OpenTelemetry-Operator Manager. | `{}` |
379-
| `opentelemetry-operator.kubeRBACProxy.image.repository` | Container repository for Kube RBAC Proxy. | `public.ecr.aws/sumologic/kube-rbac-proxy` |
380379
| `opentelemetry-operator.testFramework.image.repository` | The default operator image repository for OpenTelemetry test framework. | `public.ecr.aws/sumologic/busybox` |
381380
| `otelcolInstrumentation.enabled` | Enables Sumo Otel Distro Collector StatefulSet to collect telemetry data. [See docs for more information.](/docs/opentelemetry-collector/traces.md) | `true` |
382381
| `otelcolInstrumentation.useSumoK8sProcessor` | Use the SumoLogic K8s processor for instrumentation telemetry | `false` |

deploy/helm/sumologic/values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2714,10 +2714,6 @@ opentelemetry-operator:
27142714
podLabels: {}
27152715
podAnnotations: {}
27162716

2717-
kubeRBACProxy:
2718-
image:
2719-
repository: public.ecr.aws/sumologic/kube-rbac-proxy
2720-
27212717
testFramework:
27222718
image:
27232719
repository: public.ecr.aws/sumologic/busybox

tests/integration/values/values_helm_opentelemetry_operator_enabled.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ opentelemetry-operator:
1616
cpu: 10m
1717
memory: 64Mi
1818

19-
kubeRBACProxy:
20-
resources:
21-
requests:
22-
cpu: 5m
23-
memory: 64Mi
24-
2519
instrumentation:
2620
createDefaultInstrumentation: true
2721
instrumentationNamespaces: "ot-operator-enabled-1,ot-operator-enabled-2"

tests/integration/values/values_helm_ot_hpa.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ opentelemetry-operator:
8383
cpu: 10m
8484
memory: 64Mi
8585

86-
kubeRBACProxy:
87-
resources:
88-
requests:
89-
cpu: 5m
90-
memory: 64Mi
91-
9286
instrumentation:
9387
createDefaultInstrumentation: true
9488
instrumentationNamespaces: "ot-operator-instr-1"

tests/integration/values/values_opentelemetry_operator_instrumentation.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ opentelemetry-operator:
1616
cpu: 10m
1717
memory: 64Mi
1818

19-
kubeRBACProxy:
20-
resources:
21-
requests:
22-
cpu: 5m
23-
memory: 64Mi
24-
2519
instrumentation:
2620
createDefaultInstrumentation: true
2721
instrumentationNamespaces: "ot-operator-instr-1,ot-operator-instr-2,test-apps"

0 commit comments

Comments
 (0)