Skip to content

Commit 0e855f5

Browse files
committed
Rename pipelines-scc to appstudio-pipelines-scc
The name is conflicting with the SCC created by OSP, and triggered the RHTAPBUGS-304 issue. Signed-off-by: Romain Arnaud <[email protected]>
1 parent 116dcc2 commit 0e855f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

operator/gitops/argocd/pipeline-service/openshift-pipelines/pipelines-scc.yaml renamed to operator/gitops/argocd/pipeline-service/openshift-pipelines/appstudio-pipelines-scc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
kind: SecurityContextConstraints
33
metadata:
4-
name: pipelines-scc
4+
name: appstudio-pipelines-scc
55
allowHostDirVolumePlugin: false
66
allowHostIPC: false
77
allowHostNetwork: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
55
- allow-argocd-to-manage.yaml
6-
- pipelines-scc.yaml
6+
- appstudio-pipelines-scc.yaml
77
- openshift-operator.yaml
88
- tekton-config.yaml
99
- config-logging.yaml

0 commit comments

Comments
 (0)