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