Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 538 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 538 Bytes

Build

dep ensure
operator-sdk build docker.io/bmozaffa/rhpam-operator

Upload to dockerhub

docker push docker.io/bmozaffa/rhpam-operator:latest

Deploy to OpenShift

Globally and only once for the whole cluster:

oc create -f deploy/crd.yaml

In a project:

oc create -f deploy/rbac.yaml
oc create -f deploy/operator.yaml

Trigger application deployment

oc create -f deploy/trial-environment.yaml

Clean up in the project:

oc delete -f deploy/trial-environment.yaml
oc delete all --all