From a0492746d52d94e28d23ceecdfbb4b30258fc51d Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 22 Oct 2025 22:16:10 -0400 Subject: [PATCH] would help if I added the role --- postgres/config/clusters/main.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/postgres/config/clusters/main.yaml b/postgres/config/clusters/main.yaml index d523f61..8642ad8 100644 --- a/postgres/config/clusters/main.yaml +++ b/postgres/config/clusters/main.yaml @@ -53,4 +53,10 @@ spec: comment: peertube login: true passwordSecret: - name: peertube-auth \ No newline at end of file + name: peertube-auth + - name: netmaker + ensure: present + comment: netmaker + login: true + passwordSecret: + name: netmaker-auth \ No newline at end of file