Skip to content

bmozaffa/rhpam-operator

Repository files navigation

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

About

Operator for RHPAM 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published