fix(infra): skip database creation in Temporal auto-setup
CNPG already creates the temporal and temporal_visibility databases via postInitSQL. The auto-setup container doesn't have CREATEDB privilege, so set SKIP_DB_CREATE=true to skip that step. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -65,6 +65,8 @@ spec:
|
|||||||
key: password
|
key: password
|
||||||
- name: NUM_HISTORY_SHARDS
|
- name: NUM_HISTORY_SHARDS
|
||||||
value: "4"
|
value: "4"
|
||||||
|
- name: SKIP_DB_CREATE
|
||||||
|
value: "true"
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: 7233
|
port: 7233
|
||||||
|
|||||||
Reference in New Issue
Block a user