inputs > gewoon params is zo een rare change

This commit is contained in:
2020-03-16 14:13:58 +01:00
parent c7474c0132
commit 51d4dd6f4e
20 changed files with 74 additions and 45 deletions

View File

@@ -0,0 +1,5 @@
apiVersion: v1
kind: Namespace
metadata:
name: tekton-pipeline-1

View File

@@ -3,6 +3,7 @@ apiVersion: v1
kind: Secret
metadata:
name: github-secret
namespace: tekton-pipeline-1
stringData:
token: SECRETSTRING
secret: random-string-data

View File

@@ -4,6 +4,7 @@ kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: workspace
namespace: tekton-pipeline-1
spec:
accessModes:
- ReadWriteOnce