Skip to content

Commit 08e2062

Browse files
tongpuJeff McCormick
authored andcommitted
add CRUNCHY_DEBUG env variable to scheduler container (CrunchyData#825)
1 parent 42c7335 commit 08e2062

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ansible/roles/pgo-operator/templates/deployment.json.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@
123123
{
124124
"name": "TIMEOUT",
125125
"value": "{{ scheduler_timeout }}"
126+
},
127+
{
128+
"name": "CRUNCHY_DEBUG",
129+
"value": "{{ crunchy_debug }}"
126130
}
127131
],
128132
"volumeMounts": [],

0 commit comments

Comments
 (0)