Merge pull request '[DO-0] fix config duplication' (#5) from feature/DO-0-fix into master

Reviewed-on: https://git.avroid.tech/DevOps/service-configs/pulls/5
This commit is contained in:
Stanislav Gabenov
2024-10-28 17:06:15 +03:00

View File

@@ -1,17 +1,17 @@
{
"cn=svc-gitea-cloud-w,cn=groups,cn=accounts,dc=avroid,dc=tech": {
"Backend": [
"Apps-Backend": [
"svc-gitea-cloud-w"
],
"Frontend": [
"Apps-Frontend": [
"svc-gitea-cloud-w"
]
},
"cn=svc-gitea-cloud-adm,cn=groups,cn=accounts,dc=avroid,dc=tech": {
"Frontend": [
"Apps-Frontend": [
"svc-gitea-cloud-adm"
],
"Backend": [
"Apps-Backend": [
"svc-gitea-cloud-adm"
]
},