Skip to content

Commit

Permalink
fix: labelsFrom does not seem to be evaluated when called from cron
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Dec 10, 2024
1 parent c9e0ae5 commit 631cc2f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions workflows/cron/cron-national-dem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ spec:
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 3
suspend: false
workflowMetadata:
labels:
linz.govt.nz/ticket: 'TDE-1130'
workflowSpec:
podMetadata:
labels:
Expand All @@ -24,12 +27,12 @@ spec:
arguments:
parameters:
- name: 'ticket'
value: 'TDE-1130'
value: 'TEST-ticket'
- name: 'config_file'
value: 'https://raw.githubusercontent.com/linz/basemaps-config/master/config/tileset/elevation.json'
- name: 'odr_url'
value: 's3://nz-elevation/new-zealand/new-zealand/dem_1m/2193/'
- name: publish_to_odr
value: 'true'
value: 'false'
- name: 'copy_option'
value: '--force-no-clobber'

0 comments on commit 631cc2f

Please sign in to comment.