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

V1.3.3

Choose a tag to compare

@pmacik pmacik released this 13 Jan 18:58
· 136 commits to master since this release
03568b6

What's Changed

Full Changelog: v1.3.2...v1.3.3

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.3/release.yaml

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