Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrmr33 committed Feb 22, 2024
1 parent ce62120 commit a2fb965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ocean-network-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ helm install my-release spot/ocean-network-client
| image.pullSecrets | Optional | `[]` | Image pull secrets. |
| image.repository | Optional | `"public.ecr.aws/spotinst/spot-network-client"` | Image repository. |
| image.tag | Optional | `""` | Image tag. Defaults to `.Chart.AppVersion`. |
| namespace | string | `"kube-system"` | |
| namespace | Optional | `"kube-system"` | Namespace where components should be installed. |
| oceanController.configMapName | Optional | `"spotinst-kubernetes-cluster-controller-config"` | ConfigMap name. |
| oceanController.secretName | Optional | `"spotinst-kubernetes-cluster-controller"` | Secret name. |
| resources | Optional | `{"requests":{"cpu":"30m","memory":"150Mi"}}` | Resource requests and limits. Ref: http://kubernetes.io/docs/user-guide/compute-resources/ |
Expand Down
1 change: 1 addition & 0 deletions charts/ocean-network-client/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -- (Optional) Namespace where components should be installed.
namespace: kube-system

oceanController:
Expand Down

0 comments on commit a2fb965

Please sign in to comment.