File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : kube-otel-stack
33description : Chart for sending Kubernetes metrics to Lightstep using the OpenTelemetry Operator.
44type : application
5- version : 0.3.7
5+ version : 0.3.8
66appVersion : 0.83.0
77dependencies :
88# cert manager must be manually installed because it has CRDs
Original file line number Diff line number Diff line change 5858{{- end }}
5959{{- end }}
6060 env :
61+ {{- if $collector.env }}
6162 {{- toYaml $collector.env | nindent 4}}
63+ {{- end }}
6264 - name : OTEL_K8S_NODE_NAME
6365 valueFrom :
6466 fieldRef :
@@ -182,6 +184,9 @@ rules:
182184 verbs : ["get", "list", "watch"]
183185- nonResourceURLs : ["/metrics", "/metrics/cadvisor"]
184186 verbs : ["get"]
187+ {{- if $collector.extraRbac }}
188+ {{ toYaml $collector.extraRbac }}
189+ {{- end }}
185190---
186191apiVersion : rbac.authorization.k8s.io/v1
187192kind : ClusterRoleBinding
You can’t perform that action at this time.
0 commit comments