25 lines
544 B
YAML
25 lines
544 B
YAML
apiVersion: tekton.dev/v1alpha1
|
|
kind: PipelineResource
|
|
metadata:
|
|
name: librecloud-nginx-img
|
|
namespace: cdci-librecloud-online
|
|
spec:
|
|
type: image
|
|
params:
|
|
- name: url
|
|
value: termas.librecloud.online/termas_librecloud/nginx:1.21.5
|
|
---
|
|
apiVersion: tekton.dev/v1alpha1
|
|
kind: PipelineResource
|
|
metadata:
|
|
name: librecloud-nginx-git
|
|
namespace: cdci-librecloud-online
|
|
spec:
|
|
type: git
|
|
params:
|
|
- name: revision
|
|
value: master
|
|
- name: url
|
|
value: https://rlung.librecloud.online/Termas_LibreCloud/nginx.git
|
|
|