From b2a2178ef64278b0e0c1c170f1c07427e5660ecb Mon Sep 17 00:00:00 2001 From: titver968 Date: Tue, 3 Jun 2025 14:30:44 +0200 Subject: [PATCH] postgresql user postgres --- argocd/apps/outline/outline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/apps/outline/outline.yaml b/argocd/apps/outline/outline.yaml index 51b2a83..124be67 100644 --- a/argocd/apps/outline/outline.yaml +++ b/argocd/apps/outline/outline.yaml @@ -39,7 +39,7 @@ spec: - name: postgresql.auth.password value: "outline" - name: postgresql.auth.username - value: "outline" + value: "postgres" - name: redis.enabled value: 'true' - name: auth.gitea.enabled