Skip to content

Commit

Permalink
revert: remove changes made on stac-validate-parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed May 21, 2024
1 parent 57e17e6 commit 604a009
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions workflows/stac/stac-validate-parallel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: argoproj.io/v1alpha1
kind: WorkflowTemplate
metadata:
name: test-stac-validate-parallel
name: stac-validate-parallel
labels:
linz.govt.nz/category: stac
spec:
Expand All @@ -21,7 +21,7 @@ spec:
- name: include
value: 'collection.json$'
- name: checksum_assets
description: 'Validate asset checksums.'
description: 'Validate the file:checksum of each asset if it exists'
value: 'false'
enum:
- 'true'
Expand All @@ -32,12 +32,6 @@ spec:
enum:
- 'false'
- 'true'
- name: checksum_links
description: 'Validate links checksums.'
value: 'false'
enum:
- 'false'
- 'true'
templateDefaults:
container:
imagePullPolicy: Always
Expand Down

0 comments on commit 604a009

Please sign in to comment.