This repository was archived by the owner on Dec 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +36
-32
lines changed Expand file tree Collapse file tree 8 files changed +36
-32
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,8 @@ For example you can install the operator in a namespace other than
1515
1616## Charts
1717
18- The ArangoDB Kubernetes Operator is contained in two ` helm ` charts:
19-
20- - ` kube-arangodb ` which contains the operator for the ` ArangoDeployment ` , ` ArangoLocalStorage `
21- and ` ArangoDeploymentReplication ` resource types.
22- - ` kube-arangodb-crd ` which contains the CRD for the ` ArangoDeployment ` and ` ArangoDeploymentReplication ` resource types.
18+ The ArangoDB Kubernetes Operator is contained in ` helm ` chart ` kube-arangodb ` which contains the operator for the
19+ ` ArangoDeployment ` , ` ArangoLocalStorage ` and ` ArangoDeploymentReplication ` resource types.
2320
2421
2522## Configurable values for ArangoDB Kubernetes Operator
@@ -120,6 +117,12 @@ Define if ArangoBackup Operator should be enabled.
120117
121118Default: ` false `
122119
120+ ### ` operator.enableCRDManagement `
121+
122+ If true and operator has enough access permissions, it will try to install missing CRDs.
123+
124+ Default: ` true `
125+
123126### ` rbac.enabled `
124127
125128Define if RBAC should be enabled.
Original file line number Diff line number Diff line change @@ -28,13 +28,11 @@ that you want to install):
2828
2929``` bash
3030export URLPREFIX=https://github.com/arangodb/kube-arangodb/releases/download/< version>
31- helm install $URLPREFIX /kube-arangodb-crd-< version> .tgz
3231helm install $URLPREFIX /kube-arangodb-< version> .tgz
3332```
3433
3534This installs operators for the ` ArangoDeployment ` and ` ArangoDeploymentReplication `
36- resource types, which are used to deploy ArangoDB and ArangoDB
37- Datacenter-to-Datacenter Replication respectively.
35+ resource types, which are used to deploy ArangoDB and ArangoDB Datacenter-to-Datacenter Replication respectively.
3836
3937If you want to avoid the installation of the operator for the ` ArangoDeploymentReplication `
4038resource type, add ` --set=DeploymentReplication.Create=false ` to the ` helm install `
Original file line number Diff line number Diff line change @@ -15,11 +15,8 @@ For example you can install the operator in a namespace other than
1515
1616## Charts
1717
18- The ArangoDB Kubernetes Operator is contained in two ` helm ` charts:
19-
20- - ` kube-arangodb ` which contains the operator for the ` ArangoDeployment ` , ` ArangoLocalStorage `
21- and ` ArangoDeploymentReplication ` resource types.
22- - ` kube-arangodb-crd ` which contains the CRD for the ` ArangoDeployment ` and ` ArangoDeploymentReplication ` resource types.
18+ The ArangoDB Kubernetes Operator is contained in ` helm ` chart ` kube-arangodb ` which contains the operator for the
19+ ` ArangoDeployment ` , ` ArangoLocalStorage ` and ` ArangoDeploymentReplication ` resource types.
2320
2421
2522## Configurable values for ArangoDB Kubernetes Operator
@@ -120,6 +117,12 @@ Define if ArangoBackup Operator should be enabled.
120117
121118Default: ` false `
122119
120+ ### ` operator.enableCRDManagement `
121+
122+ If true and operator has enough access permissions, it will try to install missing CRDs.
123+
124+ Default: ` true `
125+
123126### ` rbac.enabled `
124127
125128Define if RBAC should be enabled.
Original file line number Diff line number Diff line change @@ -28,13 +28,11 @@ that you want to install):
2828
2929``` bash
3030export URLPREFIX=https://github.com/arangodb/kube-arangodb/releases/download/< version>
31- helm install $URLPREFIX /kube-arangodb-crd-< version> .tgz
3231helm install $URLPREFIX /kube-arangodb-< version> .tgz
3332```
3433
3534This installs operators for the ` ArangoDeployment ` and ` ArangoDeploymentReplication `
36- resource types, which are used to deploy ArangoDB and ArangoDB
37- Datacenter-to-Datacenter Replication respectively.
35+ resource types, which are used to deploy ArangoDB and ArangoDB Datacenter-to-Datacenter Replication respectively.
3836
3937If you want to avoid the installation of the operator for the ` ArangoDeploymentReplication `
4038resource type, add ` --set=DeploymentReplication.Create=false ` to the ` helm install `
Original file line number Diff line number Diff line change @@ -15,11 +15,8 @@ For example you can install the operator in a namespace other than
1515
1616## Charts
1717
18- The ArangoDB Kubernetes Operator is contained in two ` helm ` charts:
19-
20- - ` kube-arangodb ` which contains the operator for the ` ArangoDeployment ` , ` ArangoLocalStorage `
21- and ` ArangoDeploymentReplication ` resource types.
22- - ` kube-arangodb-crd ` which contains the CRD for the ` ArangoDeployment ` and ` ArangoDeploymentReplication ` resource types.
18+ The ArangoDB Kubernetes Operator is contained in ` helm ` chart ` kube-arangodb ` which contains the operator for the
19+ ` ArangoDeployment ` , ` ArangoLocalStorage ` and ` ArangoDeploymentReplication ` resource types.
2320
2421
2522## Configurable values for ArangoDB Kubernetes Operator
@@ -120,6 +117,12 @@ Define if ArangoBackup Operator should be enabled.
120117
121118Default: ` false `
122119
120+ ### ` operator.enableCRDManagement `
121+
122+ If true and operator has enough access permissions, it will try to install missing CRDs.
123+
124+ Default: ` true `
125+
123126### ` rbac.enabled `
124127
125128Define if RBAC should be enabled.
Original file line number Diff line number Diff line change @@ -28,13 +28,11 @@ that you want to install):
2828
2929``` bash
3030export URLPREFIX=https://github.com/arangodb/kube-arangodb/releases/download/< version>
31- helm install $URLPREFIX /kube-arangodb-crd-< version> .tgz
3231helm install $URLPREFIX /kube-arangodb-< version> .tgz
3332```
3433
3534This installs operators for the ` ArangoDeployment ` and ` ArangoDeploymentReplication `
36- resource types, which are used to deploy ArangoDB and ArangoDB
37- Datacenter-to-Datacenter Replication respectively.
35+ resource types, which are used to deploy ArangoDB and ArangoDB Datacenter-to-Datacenter Replication respectively.
3836
3937If you want to avoid the installation of the operator for the ` ArangoDeploymentReplication `
4038resource type, add ` --set=DeploymentReplication.Create=false ` to the ` helm install `
Original file line number Diff line number Diff line change @@ -15,11 +15,8 @@ For example you can install the operator in a namespace other than
1515
1616## Charts
1717
18- The ArangoDB Kubernetes Operator is contained in two ` helm ` charts:
19-
20- - ` kube-arangodb ` which contains the operator for the ` ArangoDeployment ` , ` ArangoLocalStorage `
21- and ` ArangoDeploymentReplication ` resource types.
22- - ` kube-arangodb-crd ` which contains the CRD for the ` ArangoDeployment ` and ` ArangoDeploymentReplication ` resource types.
18+ The ArangoDB Kubernetes Operator is contained in ` helm ` chart ` kube-arangodb ` which contains the operator for the
19+ ` ArangoDeployment ` , ` ArangoLocalStorage ` and ` ArangoDeploymentReplication ` resource types.
2320
2421
2522## Configurable values for ArangoDB Kubernetes Operator
@@ -120,6 +117,12 @@ Define if ArangoBackup Operator should be enabled.
120117
121118Default: ` false `
122119
120+ ### ` operator.enableCRDManagement `
121+
122+ If true and operator has enough access permissions, it will try to install missing CRDs.
123+
124+ Default: ` true `
125+
123126### ` rbac.enabled `
124127
125128Define if RBAC should be enabled.
Original file line number Diff line number Diff line change @@ -28,13 +28,11 @@ that you want to install):
2828
2929``` bash
3030export URLPREFIX=https://github.com/arangodb/kube-arangodb/releases/download/< version>
31- helm install $URLPREFIX /kube-arangodb-crd-< version> .tgz
3231helm install $URLPREFIX /kube-arangodb-< version> .tgz
3332```
3433
3534This installs operators for the ` ArangoDeployment ` and ` ArangoDeploymentReplication `
36- resource types, which are used to deploy ArangoDB and ArangoDB
37- Datacenter-to-Datacenter Replication respectively.
35+ resource types, which are used to deploy ArangoDB and ArangoDB Datacenter-to-Datacenter Replication respectively.
3836
3937If you want to avoid the installation of the operator for the ` ArangoDeploymentReplication `
4038resource type, add ` --set=DeploymentReplication.Create=false ` to the ` helm install `
You can’t perform that action at this time.
0 commit comments