Skip to content

Commit b118a8c

Browse files
authored
Fixup vars for cert-manager API version change
I missed this on the first go round. Mea cuppa.
1 parent 3781502 commit b118a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/default/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ vars:
3434
objref:
3535
kind: Certificate
3636
group: cert-manager.io
37-
version: v1alpha2
37+
version: v1
3838
name: serving-cert # this name should match the one in certificate.yaml
3939
fieldref:
4040
fieldpath: metadata.namespace
4141
- name: CERTIFICATE_NAME
4242
objref:
4343
kind: Certificate
4444
group: cert-manager.io
45-
version: v1alpha2
45+
version: v1
4646
name: serving-cert # this name should match the one in certificate.yaml
4747
- name: SERVICE_NAMESPACE # namespace of the service
4848
objref:

0 commit comments

Comments
 (0)