mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-07-17 08:54:49 +00:00
Working now
This commit is contained in:
committed by
Dustin J. Mitchell
parent
2f84198600
commit
79d54cae5d
@ -34,7 +34,7 @@ spec:
|
||||
- name: PGURI
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ printf "%s-connection" .Release.Name }}
|
||||
name: {{ include "taskchampion-sync-server.postgres-secret-name" . }}
|
||||
key: connection
|
||||
- name: SCHEMA_URL
|
||||
value: {{ include "taskchampion-sync-server.schema-url" . | quote }}
|
||||
|
||||
Reference in New Issue
Block a user