Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

v1.3.2

Compare
Choose a tag to compare
@baijum baijum released this 15 Dec 06:51
· 136 commits to master since this release
b3693e4

What's Changed

Full Changelog: v1.3.1...v1.3.2

Installing Service Binding Operator

Check OperatorHub page for installation instructions.

Alternatively, you can install the operator by applying the published release.yaml file. If not installed through OLM, the operator requires that cert-manager is available on the cluster. It can be installed by:

kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.9.1/cert-manager.yaml

after that install the operator:

kubectl apply -f https://github.com/redhat-developer/service-binding-operator/releases/download/v1.3.2/release.yaml

The operator will be deployed in service-binding-operator namespace.