softplayer-helmfile/service/manifests/pipeline.yaml

18 lines
315 B
YAML

apiVersion: tekton.dev/v1beta1
kind: Pipeline
metadata:
name: generate-ssh-key
spec:
workspaces:
- name: outputs
params:
- name: username
type: string
tasks:
- name: generate-key
taskRef:
name: generate-key
workspaces:
- name: outputs
workspaces: outputs