Skip to content

Commit 2e7a05d

Browse files
gabemonteropmacik
authored andcommitted
WIP: create test branch for Pavel for KONFLUX-2753
rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
1 parent 0d3c194 commit 2e7a05d

File tree

1 file changed

+10
-23
lines changed

1 file changed

+10
-23
lines changed

components/pipeline-service/development/kustomization.yaml

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,10 @@ commonAnnotations:
88
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
99

1010
resources:
11-
- https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service?ref=3ed2e97d4eacb0252b153edd2d6006637acb528e
12-
- https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service-storage?ref=3ed2e97d4eacb0252b153edd2d6006637acb528e
11+
- https://github.com/gabemontero/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service?ref=test-latest-watcher-leak-fix
12+
- https://github.com/gabemontero/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service-storage?ref=test-latest-watcher-leak-fix
1313
- ../base/rbac
1414

15-
# generate a new configmap with updated values (logs api, db ssl mode) and replace the default one
16-
configMapGenerator:
17-
- behavior: replace
18-
files:
19-
- config.env
20-
name: api-config
21-
options:
22-
disableNameSuffixHash: true
23-
- behavior: merge
24-
name: config-observability
25-
literals:
26-
- profiling.enable="true"
27-
2815
patches:
2916
- path: chains-tekton-config-patches.yaml
3017
target:
@@ -35,11 +22,11 @@ patches:
3522
kind: Deployment
3623
name: pipeline-metrics-exporter
3724
namespace: openshift-pipelines
38-
# - path: scale-down-exporter.yaml
39-
# target:
40-
# kind: Deployment
41-
# name: pipeline-metrics-exporter
42-
# namespace: openshift-pipelines
25+
# - path: scale-down-exporter.yaml
26+
# target:
27+
# kind: Deployment
28+
# name: pipeline-metrics-exporter
29+
# namespace: openshift-pipelines
4330
- path: update-tekton-config-performance.yaml
4431
target:
4532
kind: TektonConfig
@@ -65,6 +52,6 @@ patches:
6552
name: config
6653
- path: update-results-watcher-performance.yaml
6754
target:
68-
kind: Deployment
69-
namespace: tekton-results
70-
name: tekton-results-watcher
55+
kind: Deployment
56+
namespace: tekton-results
57+
name: tekton-results-watcher

0 commit comments

Comments
 (0)