No description
Find a file
Daniel Sy 8488de0c6f
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.
2026-06-19 15:45:55 +02:00
otc fix(observability): 🐛 use plaintext password in hub VMUser to unblock operator reconciliation 2026-06-19 15:45:55 +02:00
.gitignore chore(repository): updated .gitignore file to ignore idea files 2025-07-28 13:22:51 +02:00
README.md first commit 2025-04-22 21:27:51 +02:00