mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-04-05 12:04:23 +00:00
fix(piped): ES templating
This commit is contained in:
@@ -68,15 +68,15 @@ spec:
|
||||
template:
|
||||
type: "Opaque"
|
||||
data:
|
||||
DB_HOSTNAME: "{{ .pgbouncer-host }}"
|
||||
DB_HOSTNAME: "{{ .host }}"
|
||||
DB_DATABASE_NAME: "{{ .dbname }}"
|
||||
DB_USERNAME: "{{ .user }}"
|
||||
DB_PASSWORD: "{{ .password }}"
|
||||
data:
|
||||
- secretKey: &key "pgbouncer-host"
|
||||
- secretKey: "host"
|
||||
remoteRef: &src
|
||||
key: *name
|
||||
property: *key
|
||||
property: "pgbouncer-host"
|
||||
- secretKey: &key "dbname"
|
||||
remoteRef:
|
||||
<<: *src
|
||||
|
||||
Reference in New Issue
Block a user