17 lines
496 B
YAML
17 lines
496 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: cert-manager
|
|
|
|
resources:
|
|
- dns-issuer.yaml
|
|
- kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.4/cert-manager.yaml
|
|
- https://github.com/cert-manager/cert-manager/releases/download/v1.14.4/cert-manager.crds.yaml
|
|
- ionos-secret-sealed.yaml
|
|
- namespace.yaml
|
|
|
|
# patches:
|
|
# - path: patches/mutating-webhook-namespace.yaml
|
|
|
|
# transformers:
|
|
# - patches/annotation-transfom.yaml |