Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions charts/ocean-metric-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 2 additions & 0 deletions charts/ocean-metric-exporter/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}
Expand Down