Skip to content

Commit

Permalink
feat(tekton): install from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Dec 13, 2023
1 parent 5e5aeb0 commit 2e393b7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion kubernetes/talos-flux/apps/devops/tekton/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: devops
# namespace: devops
resources:
# https://github.com/tektoncd/pipeline/releases
- https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.54.0/release.yaml
Expand All @@ -11,3 +11,15 @@ resources:
- https://storage.googleapis.com/tekton-releases/triggers/previous/v0.25.3/interceptors.yaml
# https://github.com/tektoncd/dashboard/releases
- https://storage.googleapis.com/tekton-releases/dashboard/previous/v0.42.0/release.yaml
patches:
# Remove namesapce tekton-pipelines
- patch: |
$patch: delete
apiVersion: v1
kind: Namespace
metadata:
name: tekton-pipelines
target:
version: v1
kind: Namespace
name: tekton-pipelines

0 comments on commit 2e393b7

Please sign in to comment.