Skip to content

Commit

Permalink
Merge pull request #803 from solarwinds/update-common-env-config-map
Browse files Browse the repository at this point in the history
Updated `common-env-config-map.yaml`
  • Loading branch information
turytsia authored Dec 2, 2024
2 parents b1fb274 + 1b5b838 commit a9adc59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/helm/templates/common-env-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@ metadata:
namespace: {{ .Release.Namespace }}
labels:
{{ include "common.labels" . | indent 4 }}
config-type: common-env
data:
CLUSTER_NAME: {{ quote .Values.cluster.name }}
CLUSTER_UID: {{ quote (include "common.cluster-uid" .) }}
OTEL_ENVOY_ADDRESS: {{ quote .Values.otel.endpoint }}
OTEL_ENVOY_ADDRESS_TLS_INSECURE: {{ quote .Values.otel.tls_insecure }}
MANIFEST_VERSION: {{ quote .Chart.Version }}
APP_VERSION: {{ quote .Chart.AppVersion }}
METRICS_ENABLED: {{ quote .Values.otel.metrics.enabled }}
LOGS_ENABLED: {{ quote .Values.otel.logs.enabled }}
EVENTS_ENABLED: {{ quote .Values.otel.events.enabled }}
NETWORK_EBPF_ENABLED: {{ quote .Values.ebpfNetworkMonitoring.enabled }}
SWO_AGENT_ENABLED: {{ quote .Values.swoagent.enabled }}
{{ if .Values.otel.https_proxy_url }}
HTTPS_PROXY: {{ quote .Values.otel.https_proxy_url }}
{{ end }}

0 comments on commit a9adc59

Please sign in to comment.