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:
6
base/olm/kustomization.yaml
Normal file
6
base/olm/kustomization.yaml
Normal 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
|
Reference in New Issue
Block a user