Skip to content

Commit 8769fb6

Browse files
authored
Merge pull request #10 from DWSR/patch-1
Fixup vars for cert-manager API version change
2 parents 3781502 + b118a8c commit 8769fb6

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)