2024-10-13 17:00:11 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
namespace: cert-manager
|
|
|
|
|
|
|
|
resources:
|
|
|
|
- https://github.com/cert-manager/cert-manager/releases/download/v1.16.1/cert-manager.yaml
|
2024-10-13 17:17:40 +00:00
|
|
|
# - ./base/mziesel-ca.yaml
|
2024-10-13 17:06:54 +00:00
|
|
|
|
2024-10-13 17:17:40 +00:00
|
|
|
patches:
|
|
|
|
- path: ./remove-instance-label.jsonpatch.yaml
|
|
|
|
target:
|
|
|
|
kind: CustomResourceDefinition
|
|
|
|
labelSelector: app.kubernetes.io/instance=cert-manager
|