-
Bug
-
Resolution: Done
-
Critical
-
OpenShift-Builds-1.0.z
-
None
Description of problem:
clusterbuildstrategies are not getting installed . we need to manually go and oc apply them
Prerequisites (if any, like setup, operators/versions):
Install builds for Redhat openshift 1.0.1 operator
Steps to Reproduce
- Install the operator
- create the shipwrightBuild instance(from console) or use the below
kind: ShipwrightBuild
apiVersion: operator.shipwright.io/v1alpha1
metadata:
name: openshift-builds
spec:
targetNamespace: openshift-builds
- oc get crds|grep shipwright
buildruns.shipwright.io
builds.shipwright.io
buildstrategies.shipwright.io
clusterbuildstrategies.shipwright.io
shipwrightbuilds.operator.shipwright.io
- oc get cbs{}
Actual results:
No resources found
Expected results:
Should return the cbs like buildah, sourcetoimage, buildpacks