Skip to content

Commit

Permalink
Merge 9c9671e into f4e578e
Browse files Browse the repository at this point in the history
  • Loading branch information
knight42 committed Jan 20, 2021
2 parents f4e578e + 9c9671e commit 6ce5f73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/cyclone/templates/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@ spec:
storage: 10Gi
requests:
storage: 10Gi
storageClassName: heketi-storageclass
storageClassName: platform-storageclass
volumeMode: Filesystem
4 changes: 3 additions & 1 deletion pkg/server/handler/v1alpha1/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,13 @@ func createWorkflowRun(tenant string, wft v1alpha1.WorkflowTrigger, data *scm.Ev
meta.LabelProjectName: project,
meta.LabelWorkflowName: wfName,
meta.LabelWorkflowRunAcceleration: wft.Labels[meta.LabelWorkflowRunAcceleration],
meta.LabelWorkflowRunPRRef: ref,
},
},
Spec: wft.Spec.WorkflowRunSpec,
}
if cancelPrevious {
wfr.ObjectMeta.Labels[meta.LabelWorkflowRunPRRef] = ref
}

wfr.Annotations, err = setSCMEventData(wfr.Annotations, data)
if err != nil {
Expand Down

0 comments on commit 6ce5f73

Please sign in to comment.