[DO-1669] add msg-profiles to test env (!109)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Co-authored-by: Denis Patrakeev <denis.patrakeev@avroid.team>
Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/109
Reviewed-by: Denis Patrakeev <denis.patrakeev@avroid.team>
This commit is contained in:
Rustam Tagaev
2025-03-05 19:42:37 +03:00
parent e4a9f0a1f3
commit f62de46dce
3 changed files with 49 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
# Install
Для установки нужно забрать values и использовать их. Тут указан только пример, так как все это делается через jenkins
```bash
curl -o values.yaml https://git.avroid.tech/Apps-Backend/msg-profiles/src/branch/test/.helm/values.test.yaml
helm upgrade --install -f values.yaml msg-profiles avroid/msg-profiles
```