16 lines
398 B
YAML
16 lines
398 B
YAML
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
|
|
- ./base/mziesel-ca.yaml
|
|
|
|
# patches:
|
|
# - path: ./remove-instance-label.jsonpatch.yaml
|
|
# target:
|
|
# kind: CustomResourceDefinition
|
|
# labelSelector: app.kubernetes.io/instance=cert-manager
|
|
#
|