Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
l0kix2 authored Jun 11, 2024
1 parent 29c1eb7 commit 209c002
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# ytsaurus-identity-sync

## Installing
To install application to your k8s cluster — use helm chart with something like that:
```
helm upgrade --install --wait \
-f ytsaurus-identity-sync.values.yaml \
-n idsync --create-namespace \
idsync oci://ghcr.io/tractoai/ytsaurus-identity-sync-chart \
--version 0.2.0
```
Examples for helm values can be found in the [examples](examples) directory.
All configuration options for app can be found in [main/config.go](main/config.go) file.


## Official release
To issue an official release of app — create new release at the [releases](https://github.com/tractoai/ytsaurus-identity-sync/releases) tab with some release notes.
For the app release create a tag matching pattern `release/X.X.X`.
Expand Down

0 comments on commit 209c002

Please sign in to comment.