2025-01-04 17:07:49 +01:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
resources:
|
2025-01-23 18:00:05 +01:00
|
|
|
- https://github.com/cert-manager/cert-manager/releases/download/v1.16.3/cert-manager.yaml
|
|
|
|
- https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.25.0/cnpg-1.25.0.yaml
|
|
|
|
- resources/minio.yaml
|
2025-01-04 17:07:49 +01:00
|
|
|
- ../default
|
|
|
|
|
|
|
|
patches:
|
|
|
|
- path: manager_dev_settings.yaml
|
|
|
|
target:
|
|
|
|
kind: Deployment
|
2025-01-23 18:00:05 +01:00
|
|
|
labelSelector: app.kubernetes.io/name=supabase-operator
|
|
|
|
- path: manager_dev_settings.yaml
|
|
|
|
target:
|
|
|
|
kind: Deployment
|
|
|
|
labelSelector: app.kubernetes.io/name=control-plane
|