Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-farache authored and masayag committed Mar 5, 2024
1 parent c2ac7bb commit 36dcae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ data:
"description": "If set to true, notification will NOT be sent to backstage",
"type": "boolean",
"default": false
},
"token": {
"description": "The token to use to authenticate with GitHub",
"type": "string"
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ spec:
transition:
nextState: WaitForSaveTransformationCompletionEvent
produceEvents:
- data: '{gitRepo:.repositoryURL|sub("http(s)?://";"ssh://"), branch: .targetBranch, token: .token, workspaceId: .workspaceId, projectId: .projectId, transformId: .transformId, workflowCallerId: $WORKFLOW.instanceId}'
- data: '{gitRepo:.repositoryURL|sub("http(s)?://";"ssh://"), branch: .targetBranch, workspaceId: .workspaceId, projectId: .projectId, transformId: .transformId, workflowCallerId: $WORKFLOW.instanceId}'
eventRef: saveTransformationEvent
type: operation
- defaultCondition:
Expand Down Expand Up @@ -234,7 +234,7 @@ spec:
podTemplate:
container:
resources: {}
image: quay.io/orchestrator/serverless-workflow-move2kube:de1dbc09be3cdeb697fa0ea626956de7ef5631e7
image: quay.io/orchestrator/serverless-workflow-move2kube:461344f60b29fe64958b0041641a33d764c0771c
resources:
configMaps:
- configMap:
Expand Down

0 comments on commit 36dcae5

Please sign in to comment.