Skip to content

Commit 48efa79

Browse files
committed
Switching off OGLE harvester until unblocked
1 parent 19118ed commit 48efa79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

helm-chart/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ harvestmoa:
134134
# CronJob: Harvest OGLE
135135
# ACTIVE
136136
harvestogle:
137-
enabled: true
137+
enabled: false
138138
resources:
139139
requests:
140140
cpu: 10m

helm-chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ harvestmoa:
4949

5050
# CronJob: Harvest OGLE XX
5151
harvestogle:
52-
enabled: true
52+
enabled: false
5353
schedule: "30 17 * * *"
5454
resources: {}
5555

0 commit comments

Comments
 (0)