remove redundant

This commit is contained in:
2026-05-15 02:53:49 +02:00
parent 16ee74ea92
commit 3c92571fcb

View File

@@ -5,7 +5,6 @@ metadata:
spec: spec:
mount: database mount: database
path: creds/taskarr-role path: creds/taskarr-role
method: GET
destination: destination:
name: taskarr-db-url name: taskarr-db-url
create: true create: true
@@ -16,4 +15,3 @@ spec:
# Use Go template syntax to build the string # Use Go template syntax to build the string
# 'username' and 'password' come from the Vault response # 'username' and 'password' come from the Vault response
content: "postgresql://{{ .username }}:{{ .password }}@postgres-service.taskarr.svc.cluster.local:5432/taskarr_db?sslmode=disable" content: "postgresql://{{ .username }}:{{ .password }}@postgres-service.taskarr.svc.cluster.local:5432/taskarr_db?sslmode=disable"
refreshAfter: 1h