From 6633e642eea057a6301c9231f175660f9d87e42b Mon Sep 17 00:00:00 2001 From: ruberoid Date: Mon, 15 Apr 2024 14:17:29 +0400 Subject: [PATCH] fix deployment error --- _deploy/k8s/deployment.yaml | 2 +- users | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_deploy/k8s/deployment.yaml b/_deploy/k8s/deployment.yaml index f585a33..f337fdf 100644 --- a/_deploy/k8s/deployment.yaml +++ b/_deploy/k8s/deployment.yaml @@ -223,7 +223,7 @@ spec: - name: mariadb_host value: mdb-u-mariadb.nocr.svc - name: mariadb_database - value: nocr_text_matcher + value: nocr_users - name: mariadb_user value: root - name: mariadb_password diff --git a/users b/users index 76fbafb..769c039 160000 --- a/users +++ b/users @@ -1 +1 @@ -Subproject commit 76fbafb476d64a01453d41def4ffebe7afe424a7 +Subproject commit 769c039e97cd6eb5300da90acf0c8e2a7b9820e1