FEAT(tekton): add Tekton CI/CD platform
- Tekton Pipeline for container builds - Tekton Triggers for webhook events - Tekton Dashboard at tekton0213.kro.kr - Namespace patched to privileged for buildah
This commit is contained in:
16
tekton/dashboard/kustomization.yaml
Normal file
16
tekton/dashboard/kustomization.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- https://infra.tekton.dev/tekton-releases/dashboard/latest/release-full.yaml
|
||||
- manifests/ingress.yaml
|
||||
|
||||
patches:
|
||||
- target:
|
||||
group: apiextensions.k8s.io
|
||||
version: v1
|
||||
kind: CustomResourceDefinition
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /metadata/labels/app.kubernetes.io~1instance
|
||||
value: tekton-dashboard
|
||||
Reference in New Issue
Block a user