From 54eada4f0b31850e4d60db23806827ce0503ad6e Mon Sep 17 00:00:00 2001 From: tshafir Date: Sun, 23 Jun 2024 15:48:06 +0300 Subject: [PATCH] docs --- charts/ocean-network-client/README.md | 2 +- charts/ocean-network-client/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/ocean-network-client/README.md b/charts/ocean-network-client/README.md index 74dfc62..7c5a4a4 100644 --- a/charts/ocean-network-client/README.md +++ b/charts/ocean-network-client/README.md @@ -47,7 +47,7 @@ helm install my-release spot/ocean-network-client \ | image.repository | Optional | `"public.ecr.aws/spotinst/spot-network-client"` | Image repository. | | image.tag | Optional | `""` | Image tag. Defaults to `.Chart.AppVersion`. | | namespace | Optional | `"kube-system"` | Namespace where components should be installed. | -| oceanController | object | `{"configMapName":"","secretName":""}` | Reference secret and configMap for the Ocean Controller. Deprecated in favor of secret and configMap objects | +| oceanController | object | `{"configMapName":"","secretName":""}` | Reference secret and configMap for the Ocean Controller. Deprecated in favor of spotinst object or secretName and configMapName | | oceanController.configMapName | Optional | `""` | ConfigMap name. Deprecated use configMapName instead | | oceanController.secretName | Optional | `""` | Secret name. Deprecated use secretName instead. | | resources | Optional | `{"requests":{"cpu":"30m","memory":"150Mi"}}` | Resource requests and limits. Ref: http://kubernetes.io/docs/user-guide/compute-resources/ | diff --git a/charts/ocean-network-client/values.yaml b/charts/ocean-network-client/values.yaml index 861e5e1..7536532 100644 --- a/charts/ocean-network-client/values.yaml +++ b/charts/ocean-network-client/values.yaml @@ -2,7 +2,7 @@ namespace: kube-system # -- Reference secret and configMap for the Ocean Controller. -# Deprecated in favor of secret and configMap objects +# Deprecated in favor of spotinst object or secretName and configMapName oceanController: # -- (Optional) Secret name. Deprecated use secretName instead. secretName: ""