From 3c92571fcbc7670aef8bd9f61ef23c5cb0ec2f70 Mon Sep 17 00:00:00 2001 From: Milas Holsting Date: Fri, 15 May 2026 02:53:49 +0200 Subject: [PATCH] remove redundant --- deploy/base/db-taskarr-user.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy/base/db-taskarr-user.yaml b/deploy/base/db-taskarr-user.yaml index e28c1a1..ed2e640 100644 --- a/deploy/base/db-taskarr-user.yaml +++ b/deploy/base/db-taskarr-user.yaml @@ -5,7 +5,6 @@ metadata: spec: mount: database path: creds/taskarr-role - method: GET destination: name: taskarr-db-url create: true @@ -16,4 +15,3 @@ spec: # Use Go template syntax to build the string # 'username' and 'password' come from the Vault response content: "postgresql://{{ .username }}:{{ .password }}@postgres-service.taskarr.svc.cluster.local:5432/taskarr_db?sslmode=disable" - refreshAfter: 1h