Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
ef827b2c69
commit
145721146e
35 changed files with 919 additions and 122 deletions
|
|
@ -5,3 +5,29 @@ resources:
|
|||
- https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
|
||||
- https://storage.googleapis.com/tekton-releases/dashboard/latest/release.yaml
|
||||
- https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/stable/release.k8s.yaml
|
||||
- namespace.yaml
|
||||
- service-account.yaml
|
||||
- tekton-runner-role.yaml
|
||||
- tekton-runner-binding.yaml
|
||||
- network-policy.yaml
|
||||
- tasks/git-clone.yaml
|
||||
- tasks/kaniko.yaml
|
||||
- policy-exception.yaml
|
||||
- pac-network-policy.yaml
|
||||
- pac-role.yaml
|
||||
|
||||
patches:
|
||||
- patch: |
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: tekton-pipelines
|
||||
labels:
|
||||
policy.home.arpa/allow-hostpath: "true"
|
||||
- patch: |
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: pipelines-as-code
|
||||
labels:
|
||||
policy.home.arpa/allow-hostpath: "true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue