From 8ab4d6c3a56471ab025f92a1203cebcb8dd1ab17 Mon Sep 17 00:00:00 2001 From: yinnon Date: Tue, 21 Jun 2022 13:52:54 +0300 Subject: [PATCH] [src] - changes in ocean metric exporter readme --- charts/ocean-metric-exporter/README.md | 2 ++ charts/ocean-metric-exporter/README.md.gotmpl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/charts/ocean-metric-exporter/README.md b/charts/ocean-metric-exporter/README.md index 46f1e63..a2c7fed 100644 --- a/charts/ocean-metric-exporter/README.md +++ b/charts/ocean-metric-exporter/README.md @@ -26,6 +26,8 @@ helm install my-release spot/ocean-metric-exporter > NOTE: Please configure all required chart values using the `set` command line argument or a `values.yaml` file. +> NOTE: Spot Ocean metric exporter fetches data from spotinst-kubernetes-cluster-controller-config ConfigMap (/secret) and therefore should be installed in the same namespace. + ## Values | Key | Type | Default | Description | diff --git a/charts/ocean-metric-exporter/README.md.gotmpl b/charts/ocean-metric-exporter/README.md.gotmpl index cf7d1ae..96d3789 100644 --- a/charts/ocean-metric-exporter/README.md.gotmpl +++ b/charts/ocean-metric-exporter/README.md.gotmpl @@ -28,6 +28,8 @@ helm install my-release spot/{{ template "chart.name" . }} > NOTE: Please configure all required chart values using the `set` command line argument or a `values.yaml` file. +> NOTE: Spot Ocean metric exporter fetches data from spotinst-kubernetes-cluster-controller-config ConfigMap (/secret) and therefore should be installed in the same namespace. + {{ template "chart.requirementsSection" . }} {{ template "chart.valuesSection" . }}