Skip to content

Commit

Permalink
0.2.4 - update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sebagarayco committed May 9, 2022
1 parent 66f1852 commit 07d95c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/cvat-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ This is useful if you have other pods that need to access the CVAT API.
* `ingress.enabled` true|false enable ingress
* `ingress.host` the public hostname for ingress
* `ingress.clusterIssuer` the cluster issuer for ingress
* `ingress.ingressClassName` the ingress class name
* `ingress.ingressClassName` the ingress class name (nginx|alb)
* `ingress.certificateArn` the ingress AWS Certificate ARN

* `volume.createSubdir` create postgres data in a subdirectory under the volume. needed if you use block volumes. Note: once you set this value, changing it **will cause you to loose data** (as the postgres data directory will be changed).
* `volume.storageClassName` storage class for volume
Expand Down

0 comments on commit 07d95c5

Please sign in to comment.