Separating RICPLT from it/dep repo.
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / jaegeradapter / templates / env.yaml
diff --git a/ric-platform/50-RIC-Platform/helm/jaegeradapter/templates/env.yaml b/ric-platform/50-RIC-Platform/helm/jaegeradapter/templates/env.yaml
deleted file mode 100644 (file)
index e21b8d9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-apiVersion: v1
-kind: ConfigMap
-metadata:
-  name: {{ include "common.configmapname.jaegeradapter" . }}
-  namespace: {{ include "common.namespace.platform" . }}
-data:
-  TRACING_ENABLED: "0"
-  TRACING_JAEGER_SAMPLER_TYPE: "const"
-  TRACING_JAEGER_SAMPLER_PARAM: "1"
-  TRACING_JAEGER_AGENT_ADDR: {{ include "common.servicename.jaegeradapter.agent" . }}.{{ include "common.namespace.platform" . }}
-  TRACING_JAEGER_LOG_LEVEL: "error"