DOCKER_ORG=<my-org>
DOCKER_REGISTRY=quay.io
cd apicast-operator
make docker-build-only IMG=$DOCKER_REGISTRY/$DOCKER_ORG/apicast-operator:v0.0.1
make operator-image-push IMG=$DOCKER_REGISTRY/$DOCKER_ORG/apicast-operator:v0.0.1
make bundle-custom-build IMG=$DOCKER_REGISTRY/$DOCKER_ORG/apicast-operator:v0.0.1 BUNDLE_IMG=$DOCKER_REGISTRY/$DOCKER_ORG/apicast-operator-bundles:v0.0.1
make bundle-image-push BUNDLE_IMG=$DOCKER_REGISTRY/$DOCKER_ORG/apicast-operator-bundles:v0.0.1
make bundle-run BUNDLE_IMG=$DOCKER_REGISTRY/$DOCKER_ORG/apicast-operator-bundles:v0.0.1
Verification
make docker-build-only IMG=$DOCKER_REGISTRY/$DOCKER_ORG/apicast-operator:v0.0.1 make operator-image-push IMG=$DOCKER_REGISTRY/$DOCKER_ORG/apicast-operator:v0.0.1
make bundle-custom-build IMG=$DOCKER_REGISTRY/$DOCKER_ORG/apicast-operator:v0.0.1 BUNDLE_IMG=$DOCKER_REGISTRY/$DOCKER_ORG/apicast-operator-bundles:v0.0.1 make bundle-image-push BUNDLE_IMG=$DOCKER_REGISTRY/$DOCKER_ORG/apicast-operator-bundles:v0.0.1
make bundle-run BUNDLE_IMG=$DOCKER_REGISTRY/$DOCKER_ORG/apicast-operator-bundles:v0.0.1
create secret
kubectl create secret generic 3scaleportal --from-literal=AdminPortalURL=https://TOKEN>@<TENANT_URL
create apicast
kubectl apply -f - <<EOF
apiVersion: apps.3scale.net/v1alpha1 kind: APIcast metadata: name: apicast-test spec: adminPortalCredentialsRef: name: 3scaleportal EOF