File tree Expand file tree Collapse file tree
otel-integration/k8s-helm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,11 @@ dependencies:
4444 version : " 0.0.5"
4545 repository : https://cgx.jfrog.io/artifactory/coralogix-charts
4646 condition : coralogix-ebpf-profiler.enabled
47+ - name : coralogix-operator
48+ alias : coralogix-operator
49+ version : " 0.4.2"
50+ repository : https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
51+ condition : coralogix-operator.enabled
4752sources :
4853 - https://github.com/coralogix/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector
4954maintainers :
Original file line number Diff line number Diff line change @@ -1266,6 +1266,16 @@ helm upgrade --install otel-coralogix-integration coralogix-charts-virtual/otel-
12661266 --render-subchart-notes -f values-ebpf-profiler.yaml \
12671267```
12681268
1269+ ## Coralogix Operator
1270+
1271+ The [ Coralogix Operator] ( https://github.com/coralogix/coralogix-operator ) provides Kubernetes-native deployment
1272+ and management for Coralogix, designed to simplify and automate the configuration of Coralogix APIs through
1273+ Kubernetes custom resources definitions and controllers.
1274+
1275+ ### Enabling Coralogix Operator
1276+
1277+ To enable the Coralogix Operator, set ` coralogix-operator.enabled ` to ` true ` in the ` values.yaml ` file.
1278+
12691279# How to use it
12701280
12711281## Metrics
Original file line number Diff line number Diff line change @@ -1309,3 +1309,6 @@ coralogix-ebpf-profiler:
13091309# name: ""
13101310# value: 1000000000
13111311# tolerations: []
1312+
1313+ coralogix-operator :
1314+ enabled : false
You can’t perform that action at this time.
0 commit comments