Skip to content

Commit

Permalink
fix: pass through source_epsg correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Jul 31, 2023
1 parent 2654a70 commit a0f9d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/imagery/standardising.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: WorkflowTemplate
metadata:
name: imagery-standardising
name: test-imagery-standardising
namespace: argo
spec:
parallelism: 50
Expand Down Expand Up @@ -224,7 +224,7 @@ spec:
value: "{{workflow.parameters.include}}"
- name: source
value: "{{=sprig.trim(workflow.parameters.source)}}"
- name: source-epsg
- name: source_epsg
value: "{{=sprig.trim(workflow.parameters['source-epsg'])}}"
- name: validate
value: "{{= workflow.parameters.validate}}"
Expand Down

0 comments on commit a0f9d89

Please sign in to comment.