Skip to content

Commit

Permalink
Merge pull request #21 from yftacherzog/patch-tektonconfig
Browse files Browse the repository at this point in the history
Remove customizations from tektonconfig deployments
  • Loading branch information
yftacherzog authored Feb 17, 2025
2 parents ff80dc0 + 4d05bbb commit e6ddc69
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions components/tekton-config/base/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,17 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/konflux-ci/konflux-ci/dependencies/tekton-config?ref=6a391f0da1c12680bf5a0b2cc534cdd8cfa6fcea

patches:
- patch: |
- op: remove
path: /spec/chain/options
target:
kind: TektonConfig
name: config
- patch: |
- op: remove
path: /spec/pipeline/options
target:
kind: TektonConfig
name: config

0 comments on commit e6ddc69

Please sign in to comment.