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