++
This commit is contained in:
parent
e6ae2d1d31
commit
a90a6fea22
@ -134,9 +134,9 @@ spec:
|
|||||||
vault.hashicorp.com/agent-pre-populate-only: "true"
|
vault.hashicorp.com/agent-pre-populate-only: "true"
|
||||||
vault.hashicorp.com/auth-path: auth/kubernetes
|
vault.hashicorp.com/auth-path: auth/kubernetes
|
||||||
vault.hashicorp.com/role: notes
|
vault.hashicorp.com/role: notes
|
||||||
vault.hashicorp.com/agent-inject-secret-notes-db: secrets/data/postgresql/apps/notes
|
vault.hashicorp.com/agent-inject-secret-notes-db: secrets/apps/notes/postgres
|
||||||
vault.hashicorp.com/agent-inject-template-notes-db: |-
|
vault.hashicorp.com/agent-inject-template-notes-db: |-
|
||||||
{{- with secret "secrets/data/postgresql/apps/notes" -}}
|
{{- with secret "secrets/apps/notes/postgres" -}}
|
||||||
PG_HOST={{ index .Data.data "host" }}
|
PG_HOST={{ index .Data.data "host" }}
|
||||||
PG_PORT={{ index .Data.data "port" }}
|
PG_PORT={{ index .Data.data "port" }}
|
||||||
PG_DB={{ index .Data.data "database" }}
|
PG_DB={{ index .Data.data "database" }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user