Skip to content

Commit 9b48ab0

Browse files
committed
fix: cert-manager v1 kustomize build
Signed-off-by: Matthias Riegler <[email protected]>
1 parent 9edbbd5 commit 9b48ab0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/default/kustomization.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ vars:
4747
- name: CERTIFICATE_NAMESPACE # namespace of the certificate CR
4848
objref:
4949
kind: Certificate
50-
group: certmanager.k8s.io
51-
version: v1alpha1
50+
group: cert-manager.io
51+
version: v1
5252
name: serving-cert # this name should match the one in certificate.yaml
5353
fieldref:
5454
fieldpath: metadata.namespace
5555
- name: CERTIFICATE_NAME
5656
objref:
5757
kind: Certificate
58-
group: certmanager.k8s.io
59-
version: v1alpha1
58+
group: cert-manager.io
59+
version: v1
6060
name: serving-cert # this name should match the one in certificate.yaml
6161
- name: SERVICE_NAMESPACE # namespace of the service
6262
objref:

0 commit comments

Comments
 (0)