╭─ ~/go-code/src/github.com/aerogear/mobile-security-service-operator ‹master›
╰─$ oc projects
You have access to the following projects and can switch between them with 'oc project <projectname>':
default
kube-dns
kube-proxy
kube-public
kube-system
mobile-security-service
myproject - My Project
openshift
openshift-apiserver
openshift-controller-manager
openshift-core-operators
openshift-infra
openshift-node
openshift-service-cert-signer
openshift-web-console
test-app-ag-9106
* test-op
Using project "test-op" on server "https:.
╭─ ~/go-code/src/github.com/aerogear/mobile-security-service-operator ‹master›
╰─$ make create-db-only
Creating Mobile Security Service Database only:
kubectl apply -f deploy/crds/mobile-security-service_v1alpha1_mobilesecurityservicedb_cr.yaml
mobilesecurityservicedb.mobile-security-service.aerogear.com/mobile-security-service-db unchanged
╭─ ~/go-code/src/github.com/aerogear/mobile-security-service-operator ‹master›
╰─$ make create-service-only
Creating Mobile Security Service App only:
kubectl apply -f deploy/crds/mobile-security-service_v1alpha1_mobilesecurityservice_cr.yaml
mobilesecurityservice.mobile-security-service.aerogear.com/mobile-security-service unchanged