Skip to content

Commit 3c76bc5

Browse files
authored
Merge pull request #711 from gabemontero/get-pac-cm-in-gitops
PLNSRVCE-1350: add pipelines-as-code configmap to gitops tree to allow RHTAP to gitopos patch
2 parents fe53355 + 9810552 commit 3c76bc5

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
# we need the pac config map in the gitops tree so that we can then patch it with RHTAP specific updates
3+
# previously, when pipeline-service deployed pac via the upstream yaml, that is how the config map got into
4+
# the gitops tree, but now that we are allowing openshift-pipelines operator install pac, we need to create
5+
# this empty config map
6+
apiVersion: v1
7+
kind: ConfigMap
8+
metadata:
9+
name: pipelines-as-code
10+
namespace: openshift-pipelines
11+
data:
12+
# The application name, you can customize this label. If using the Github App you will need to customize the label on the github app setting as well.
13+
application-name: "Pipelines as Code CI"

operator/gitops/argocd/pipeline-service/openshift-pipelines/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ resources:
66
- appstudio-pipelines-scc.yaml
77
- openshift-operator.yaml
88
- tekton-config.yaml
9+
- config-pac.yaml
910
- config-logging.yaml

0 commit comments

Comments
 (0)