Compare commits

...

2 Commits

Author SHA1 Message Date
Laurent Gourvenec fd897e9822 Merge pull request 'feat(olm): adding operator lifecycle manager' (#7) from feat/olm into develop
Reviewed-on: #7
Reviewed-by: Laurent Gourvenec <lgourvenec@cadoles.com>
2024-02-27 12:17:33 +01:00
Philippe Caseiro a0fb1cb598 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
2024-02-27 11:47:30 +01:00
2 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- ./olm
- ./metallb
- https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
- ./rabbitmq

View File

@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.27.0/crds.yaml
- https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.27.0/olm.yaml