mirror of
https://github.com/bvanroll/stage-infra.git
synced 2025-12-12 11:36:10 +00:00
inputs > gewoon params is zo een rare change
This commit is contained in:
5
Tekton/resources/namespace.yaml
Normal file
5
Tekton/resources/namespace.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: tekton-pipeline-1
|
||||
|
||||
@@ -3,6 +3,7 @@ apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: github-secret
|
||||
namespace: tekton-pipeline-1
|
||||
stringData:
|
||||
token: SECRETSTRING
|
||||
secret: random-string-data
|
||||
|
||||
@@ -4,6 +4,7 @@ kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: workspace
|
||||
namespace: tekton-pipeline-1
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
|
||||
Reference in New Issue
Block a user