Skip to content

Commit

Permalink
Update Helm documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
CometActions committed Sep 11, 2024
1 parent d3cb23d commit 87a40c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deployment/helm_chart/opik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami
helm dependency build
VERSION=0.1.0
helm upgrade --install opik -n opik --create-namespace -f values.yaml \
--set component.backend.image.tag=$VERSION --set component.frontend.image.tag=$VERSION \
--set component.backend.env.ANALYTICS_DB_MIGRATIONS_PASS=opik --set component.backend.env.ANALYTICS_DB_PASS=opik \
--set component.backend.env.STATE_DB_PASS=opik
--set component.backend.image.tag=$VERSION --set component.frontend.image.tag=$VERSION
```

## Open application
Expand Down

0 comments on commit 87a40c5

Please sign in to comment.