Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ RUN mkdir -p /usr/share/bootkube/manifests/bootstrap-manifests
COPY --from=builder /go/src/github.com/openshift/cluster-config-operator/manifests/* /usr/share/bootkube/manifests/manifests/
COPY --from=builder /go/src/github.com/openshift/cluster-config-operator/cluster-config-operator /usr/bin/
COPY manifests /manifests
COPY empty-resources /manifests
LABEL io.openshift.release.operator true
1 change: 1 addition & 0 deletions Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ RUN mkdir -p /usr/share/bootkube/manifests/bootstrap-manifests
COPY --from=builder /go/src/github.com/openshift/cluster-config-operator/manifests/* /usr/share/bootkube/manifests/manifests/
COPY --from=builder /go/src/github.com/openshift/cluster-config-operator/cluster-config-operator /usr/bin/
COPY manifests /manifests
COPY empty-resources /manifests
LABEL io.openshift.release.operator true
7 changes: 7 additions & 0 deletions empty-resources/0000_05_config-operator_02_ingress.cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: config.openshift.io/v1
kind: Ingress
metadata:
name: cluster
annotations:
release.openshift.io/create-only: "true"
spec: {}
7 changes: 7 additions & 0 deletions empty-resources/0000_05_config-operator_02_network.cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: config.openshift.io/v1
kind: Network
metadata:
name: cluster
annotations:
release.openshift.io/create-only: "true"
spec: {}
7 changes: 7 additions & 0 deletions empty-resources/0000_05_config-operator_02_oauth.cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: config.openshift.io/v1
kind: OAuth
metadata:
name: cluster
annotations:
release.openshift.io/create-only: "true"
spec: {}
7 changes: 7 additions & 0 deletions empty-resources/0000_05_config-operator_02_project.cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: config.openshift.io/v1
kind: Project
metadata:
name: cluster
annotations:
release.openshift.io/create-only: "true"
spec: {}
7 changes: 7 additions & 0 deletions empty-resources/0000_05_config-operator_02_scheduler.cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: config.openshift.io/v1
kind: Scheduler
metadata:
name: cluster
annotations:
release.openshift.io/create-only: "true"
spec: {}