fix(observability): 🐛 use plaintext password in hub VMUser to unblock operator reconciliation

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.
This commit is contained in:
Daniel Sy 2026-06-19 15:45:48 +02:00
parent b1a00d0395
commit 8488de0c6f
Signed by untrusted user: danielsy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -5,9 +5,7 @@ metadata:
namespace: observability namespace: observability
spec: spec:
username: simple-user username: simple-user
passwordRef: password: sx5gC7ooWaWOODwD
key: password
name: simple-user-secret
targetRefs: targetRefs:
- static: - static:
url: http://vmsingle-o12y:8429 url: http://vmsingle-o12y:8429