We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116dcc2 commit 0e855f5Copy full SHA for 0e855f5
operator/gitops/argocd/pipeline-service/openshift-pipelines/pipelines-scc.yaml renamed to operator/gitops/argocd/pipeline-service/openshift-pipelines/appstudio-pipelines-scc.yaml
@@ -1,7 +1,7 @@
1
---
2
kind: SecurityContextConstraints
3
metadata:
4
- name: pipelines-scc
+ name: appstudio-pipelines-scc
5
allowHostDirVolumePlugin: false
6
allowHostIPC: false
7
allowHostNetwork: false
operator/gitops/argocd/pipeline-service/openshift-pipelines/kustomization.yaml
@@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- allow-argocd-to-manage.yaml
- - pipelines-scc.yaml
+ - appstudio-pipelines-scc.yaml
- openshift-operator.yaml
8
- tekton-config.yaml
9
- config-logging.yaml
0 commit comments