mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 21:14:50 +07:00
fix(tekton): update new Dashboard install link
This commit is contained in:
parent
a7016de626
commit
d5eb6d9a76
@ -41,22 +41,3 @@ spec:
|
||||
- --command
|
||||
args:
|
||||
- "pre-commit run --color=always"
|
||||
---
|
||||
apiVersion: tekton.dev/v1beta1
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
name: homelab
|
||||
spec:
|
||||
serviceAccountName: tekton-admin
|
||||
pipelineRef:
|
||||
name: homelab
|
||||
workspaces:
|
||||
- name: shared-data
|
||||
volumeClaimTemplate:
|
||||
spec:
|
||||
storageClassName: longhorn
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
|
@ -8,7 +8,7 @@ resources:
|
||||
- https://storage.googleapis.com/tekton-releases/triggers/latest/release.yaml
|
||||
- https://storage.googleapis.com/tekton-releases/triggers/latest/interceptors.yaml
|
||||
# Dashboard
|
||||
- https://storage.googleapis.com/tekton-releases/dashboard/latest/tekton-dashboard-release.yaml
|
||||
- https://storage.googleapis.com/tekton-releases/dashboard/latest/release-full.yaml
|
||||
- ingress.yaml
|
||||
# Service account
|
||||
- serviceaccount.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user