feat(olm): adding operator lifecycle manager
This deployment and crd allow us to use https://operatorhub.io/ this source is very usefull for operator deployments
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
apiVersion: operators.coreos.com/v1alpha1
|
||||
kind: Subscription
|
||||
metadata:
|
||||
name: my-minio-operator
|
||||
namespace: operators
|
||||
spec:
|
||||
channel: stable
|
||||
startingCSV: "minio-operator.v5.0.3"
|
||||
name: minio-operator
|
||||
source: operatorhubio-catalog
|
||||
sourceNamespace: olm
|
Reference in New Issue
Block a user