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,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ./resources/redis-operator.yaml
|
||||
- ./resources/minio-operator.yaml
|
||||
- ./resources/cloudnative-pg.yaml
|
||||
- ./resources/rabbitmq-cluster-operator.yaml
|
Reference in New Issue
Block a user