From 8488de0c6f8ec81192b2e9bd7c530f48ddc5bc49 Mon Sep 17 00:00:00 2001 From: Daniel Sy Date: Fri, 19 Jun 2026 15:45:48 +0200 Subject: [PATCH] =?UTF-8?q?fix(observability):=20=F0=9F=90=9B=20use=20plai?= =?UTF-8?q?ntext=20password=20in=20hub=20VMUser=20to=20unblock=20operator?= =?UTF-8?q?=20reconciliation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hub VMUser was using passwordRef pointing to simple-user-secret, but that Secret was not present in the cluster (only exists in git now via the previous commit). VM operator skips VMUser reconciliation when passwordRef cannot resolve, leaving vmauth with only the unauthorizedUser catch-all (vmsingle). Switching to inline password ensures immediate operator reconciliation without waiting for Secret deployment. The simple-user-secret.yaml manifest is kept for Vector's credential reference. --- .../observability/victoria-k8s-stack/manifests/vmauth.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/otc/observability.buildth.ing/stacks/observability/victoria-k8s-stack/manifests/vmauth.yaml b/otc/observability.buildth.ing/stacks/observability/victoria-k8s-stack/manifests/vmauth.yaml index 5759093..374511d 100644 --- a/otc/observability.buildth.ing/stacks/observability/victoria-k8s-stack/manifests/vmauth.yaml +++ b/otc/observability.buildth.ing/stacks/observability/victoria-k8s-stack/manifests/vmauth.yaml @@ -5,9 +5,7 @@ metadata: namespace: observability spec: username: simple-user - passwordRef: - key: password - name: simple-user-secret + password: sx5gC7ooWaWOODwD targetRefs: - static: url: http://vmsingle-o12y:8429