diff --git a/kubernetes/container-azm-ms-osmconfig.yaml b/kubernetes/container-azm-ms-osmconfig.yaml deleted file mode 100644 index 05b7ac3ed..000000000 --- a/kubernetes/container-azm-ms-osmconfig.yaml +++ /dev/null @@ -1,17 +0,0 @@ -kind: ConfigMap -apiVersion: v1 -data: - schema-version: - #string.used by agent to parse OSM config. supported versions are {v1}. Configs with other schema versions will be rejected by the agent. - v1 - config-version: - #string.used by OSM addon team to keep track of this config file's version in their source control/repository (max allowed 10 chars, other chars will be truncated) - ver1 - osm-metric-collection-configuration: |- - # OSM metric collection settings - [osm_metric_collection_configuration.settings] - # Namespaces to monitor - # monitor_namespaces = ["namespace1", "namespace2"] -metadata: - name: container-azm-ms-osmconfig - namespace: kube-system