From 19d3dfa25cd5d77885bfda14e6455f0034b2113f Mon Sep 17 00:00:00 2001 From: titver968 Date: Tue, 3 Jun 2025 11:50:21 +0200 Subject: [PATCH] outline postgres --- argocd/apps/outline/outline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argocd/apps/outline/outline.yaml b/argocd/apps/outline/outline.yaml index 83ee1ee..52948fd 100644 --- a/argocd/apps/outline/outline.yaml +++ b/argocd/apps/outline/outline.yaml @@ -32,6 +32,8 @@ spec: forceString: true - name: ingress.annotations.cert-manager\.io\/cluster-issuer value: lets-encrypt-staging + - name: postgresql.enabled + value: 'true' chart: outline destination: server: 'https://kubernetes.default.svc'