Skip to content

Commit

Permalink
fix orka tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
vinamra28 committed Jun 23, 2021
1 parent d5f75e0 commit 93fdc5c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions task/orka-deploy/0.1/orka-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ spec:
description: |
The name of the key in the VM name config map, which stores the name of the generated VM configuration.
default: vm-name
stepTemplate:
env:
- name: HOME
value: /tekton/home
workingDir: /workspace
steps:
- name: copy-script
image: docker.io/macstadium/orka-tekton-runner:2020-10-23-a93757dc-0.1@sha256:e8ed3370dcb91cdb8bcd4e9a7e9f6652879d80acdab9644cda69a98cd8c93339
Expand Down
5 changes: 5 additions & 0 deletions task/orka-full/0.1/orka-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ spec:
If ssh-key is true, this parameter should specify the name of the key in
the VM SSH credentials secret that holds the private SSH key.
default: password
stepTemplate:
env:
- name: HOME
value: /tekton/home
workingDir: /workspace
steps:
- name: copy-script
image: docker.io/macstadium/orka-tekton-runner:2020-10-23-a93757dc-0.1@sha256:e8ed3370dcb91cdb8bcd4e9a7e9f6652879d80acdab9644cda69a98cd8c93339
Expand Down

0 comments on commit 93fdc5c

Please sign in to comment.