Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TalShafir committed Jun 23, 2024
1 parent 0b6dce6 commit 54eada4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ocean-network-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/ |
Expand Down
2 changes: 1 addition & 1 deletion charts/ocean-network-client/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 54eada4

Please sign in to comment.