Skip to content

Commit abd8562

Browse files
Update Helm chart docs with actual info (#1487)
1 parent 38b7a0d commit abd8562

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

chart/kube-arangodb-crd/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Introduction
2+
3+
This chart includes only CRDs required for kube-arangodb to work.
4+
5+
### This chart is deprecated!
6+
For Helm3, use `kube-arangodb` chart instead.

chart/kube-arangodb/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@ Kubernetes ArangoDB Operator.
44

55
# Chart Details
66

7-
Chart will install fully operational ArangoDB Kubernetes Operator. CRD are moved to different Helm package.
8-
9-
# Prerequisites
10-
11-
To be able to work with Operator, Custom Resource Definitions needs to be installed. More details can be found in `kube-arangodb-crd` chart.
7+
Chart will install fully operational ArangoDB Kubernetes Operator.
128

139
# Resources Required
1410

15-
In default installation deployment with 2 pods will be created. Each default pod require 256MB of ram and 250m of CPU.
11+
In default installation deployment with 1 pod will be created. The operator pod require 256MB of ram and 250m of CPU.
1612

1713
# Installing the Chart
1814

@@ -149,7 +145,7 @@ Default: `1000`
149145

150146
Replication count for Operator deployment.
151147

152-
Default: `2`
148+
Default: `1`
153149

154150
### `operator.updateStrategy`
155151

0 commit comments

Comments
 (0)