An operator to install and configure Shipwright on Kubernetes clusters.
See CONTRIBUTING.md for more information on how to build, test, and submit contributions to the operator.
To deploy and manage Shipwright Builds in your cluster, first make sure this operator is installed and running on your cluster.
Next, create the following:
---
apiVersion: operator.shipwright.io/v1alpha1
kind: ShipwrightBuild
metadata:
name: shipwright-operator
spec:
targetNamespace: shipwright-build
The operator will deploy Shipwright Builds in the provided targetNamespace
.
When .spec.targetNamespace
is not set, the namespace will default to shipwright-build
.
Note: this namespace needs to be created before the actual deployment takes place.