Skip to content

Commit

Permalink
Merge pull request #2131 from wking/drop-openshift-hypershift-image
Browse files Browse the repository at this point in the history
data/bootstrap/files/usr/local/bin/bootkube.sh.template: Drop OPENSHIFT_HYPERSHIFT_IMAGE
  • Loading branch information
openshift-merge-robot committed Aug 1, 2019
2 parents 0dcb1b7 + 7c3a9d3 commit c23046e
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -29,7 +29,6 @@ KUBE_APISERVER_OPERATOR_IMAGE=$(podman run --quiet --rm ${release} image cluster
KUBE_CONTROLLER_MANAGER_OPERATOR_IMAGE=$(podman run --quiet --rm ${release} image cluster-kube-controller-manager-operator)
KUBE_SCHEDULER_OPERATOR_IMAGE=$(podman run --quiet --rm ${release} image cluster-kube-scheduler-operator)

OPENSHIFT_HYPERSHIFT_IMAGE=$(podman run --quiet --rm ${release} image hypershift)
OPENSHIFT_HYPERKUBE_IMAGE=$(podman run --quiet --rm ${release} image hyperkube)

CLUSTER_BOOTSTRAP_IMAGE=$(podman run --quiet --rm ${release} image cluster-bootstrap)
Expand Down

0 comments on commit c23046e

Please sign in to comment.