# cvat-helm **Repository Path**: pigmanwlj/cvat-helm ## Basic Information - **Project Name**: cvat-helm - **Description**: a helm chart for CVAT - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-22 - **Last Updated**: 2022-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple helm chart for CVAT Features: * creates a superuser and store it in a secret for integration with other kubernetes resources * optionally uses zalando's postgres operator (see [here](zalando-pgo.md)) ## Usage See [here](charts/cvat-helm/README.md) for all configuration options ```shell helm repo add cvat-helm https://kapernikov.github.io/cvat-helm/ # list the versions available helm search repo cvat-helm # check what settings are available helm inspect values cvat-helm/cvat-helm # install helm install cvat cvat-helm/cvat-helm \ --namespace='cvat' --create-namespace \ --set superUser.initialPassword=boo \ --set ingress.host=cvat.com \ --set ingress.clusterIssuer=letsencrypt-prod ```