Skip to content

Commit

Permalink
Merge pull request #159 from joelddiaz/no-runlevel
Browse files Browse the repository at this point in the history
Bug 1806892: no need to run CCO as privileged pod
  • Loading branch information
openshift-merge-robot committed Mar 3, 2020
2 parents 9869473 + 8120317 commit cc686af
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -20,6 +20,8 @@ FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base
WORKDIR /root/
COPY --from=builder /go/src/github.com/openshift/cloud-credential-operator/manager .
ADD manifests/ /manifests
# Update perms so we can copy updated CA if needed
RUN chmod -R g+w /etc/pki/ca-trust/extracted/pem/

LABEL io.openshift.release.operator=true
ENTRYPOINT ["./manager"]
1 change: 0 additions & 1 deletion config/manager/namespace.yaml
Expand Up @@ -5,6 +5,5 @@ metadata:
openshift.io/node-selector: ""
labels:
controller-tools.k8s.io: "1.0"
openshift.io/run-level: "1"
openshift.io/cluster-monitoring: "true"
name: openshift-cloud-credential-operator
1 change: 0 additions & 1 deletion manifests/00_namespace.yaml
Expand Up @@ -5,6 +5,5 @@ metadata:
openshift.io/node-selector: ""
labels:
controller-tools.k8s.io: "1.0"
openshift.io/run-level: "1"
openshift.io/cluster-monitoring: "true"
name: openshift-cloud-credential-operator
1 change: 0 additions & 1 deletion pkg/assets/bindata.go
Expand Up @@ -239,7 +239,6 @@ metadata:
openshift.io/node-selector: ""
labels:
controller-tools.k8s.io: "1.0"
openshift.io/run-level: "1"
openshift.io/cluster-monitoring: "true"
name: openshift-cloud-credential-operator
`)
Expand Down

0 comments on commit cc686af

Please sign in to comment.