Add issuers

This commit is contained in:
Micke Nordin 2024-10-15 12:35:06 +02:00
parent f58a0842e1
commit d6d1a240e6
Signed by: Micke
GPG key ID: 0DA0A7A5708FE257
4 changed files with 2 additions and 3 deletions

View file

@ -4,3 +4,5 @@ kind: Kustomization
namespace: cert-manager
resources:
- https://github.com/cert-manager/cert-manager/releases/download/v1.16.1/cert-manager.yaml
- cert-manager-issuer-staging.yml
- cert-manager-issuer-prod.yml

View file

@ -2,6 +2,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
patches:
- path: cert-manager-issuer-staging.yml
- path: cert-manager-issuer-prod.yml