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:
@ -1,9 +1,10 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
bases:
|
||||
- ./metallb
|
||||
resources:
|
||||
- https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
|
||||
- ./olm
|
||||
- ./metallb
|
||||
- ./rabbitmq
|
||||
- ./postgresql
|
||||
- ./redis
|
||||
|
Reference in New Issue
Block a user