2023-11-02 18:32:37 +01:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
resources:
|
2025-02-13 17:02:48 +01:00
|
|
|
- https://forge.cadoles.com/CadolesKube/c-kustom//crds?ref=develop
|
|
|
|
- https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
|
|
|
|
- ./resources/olm
|
|
|
|
- https://forge.cadoles.com/CadolesKube/c-kustom//base/cloudnative-pg-operator?ref=develop
|
|
|
|
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
|
2023-11-02 18:32:37 +01:00
|
|
|
|
2025-02-13 17:02:48 +01:00
|
|
|
patches:
|
|
|
|
- path: patches/nginx-controller.yaml
|
|
|
|
target:
|
2023-11-02 18:32:37 +01:00
|
|
|
kind: ConfigMap
|
|
|
|
name: ingress-nginx-controller
|
|
|
|
namespace: ingress-nginx
|