remove redundant
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user