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