From 76c65f70531b795f3b0ed8a1a890068de6e7c217 Mon Sep 17 00:00:00 2001 From: titver968 Date: Tue, 3 Jun 2025 14:27:40 +0200 Subject: [PATCH] postgresql statt postgres --- argocd/apps/outline/outline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd/apps/outline/outline.yaml b/argocd/apps/outline/outline.yaml index 87563ad..51b2a83 100644 --- a/argocd/apps/outline/outline.yaml +++ b/argocd/apps/outline/outline.yaml @@ -34,11 +34,11 @@ spec: value: lets-encrypt-staging - name: postgresql.enabled value: 'true' - - name: postgres.auth.database + - name: postgresql.auth.database value: "outline" - - name: postgres.auth.password + - name: postgresql.auth.password value: "outline" - - name: postgres.auth.username + - name: postgresql.auth.username value: "outline" - name: redis.enabled value: 'true'