Skip to content

Commit 4ec933c

Browse files
authored
Add missing PVC for alarmprovider to documentation (#737)
1 parent 3c8a72e commit 4ec933c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

helm/openwhisk/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ In its default configuration, this chart will create the following Kubernetes re
3737
* Internal Services
3838
* apigateway, controller, couchdb, kafka, nginx, redis, zookeeper
3939
* OpenWhisk control plane Pods:
40-
* Deployments: apigateway, couchdb, nginx, redis
40+
* Deployments: apigateway, couchdb, nginx, redis, alarmprovider
4141
* StatefulSets: controller, invoker, kafka, zookeeper
4242
* Persistent Volume Claims
43+
* alarmprovider-pvc
4344
* couchdb-pvc
4445
* kafka-pvc
4546
* redis-pvc
@@ -67,7 +68,7 @@ If Container Image Security is enabled, you will not be able to download non-tru
6768

6869
### Persistent Volume Requirements
6970

70-
This chart requires 5 Persistent Volumes to be created to avoid loss of data. One of the following must be true to satisfy the Persistent Volume requirements for this chart:
71+
This chart requires 6 Persistent Volumes to be created to avoid loss of data. One of the following must be true to satisfy the Persistent Volume requirements for this chart:
7172

7273
* When the chart is deployed, the value `k8s.persistence.enabled` is set to false to disable usage of Persistent Volumes (for development and test activities).
7374
* The Kubernetes cluster supports Dynamic Volume Provisioning and has a default StorageClass defined with an associated provisioner.

0 commit comments

Comments
 (0)