We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9edbbd5 commit 9b48ab0Copy full SHA for 9b48ab0
config/default/kustomization.yaml
@@ -47,16 +47,16 @@ vars:
47
- name: CERTIFICATE_NAMESPACE # namespace of the certificate CR
48
objref:
49
kind: Certificate
50
- group: certmanager.k8s.io
51
- version: v1alpha1
+ group: cert-manager.io
+ version: v1
52
name: serving-cert # this name should match the one in certificate.yaml
53
fieldref:
54
fieldpath: metadata.namespace
55
- name: CERTIFICATE_NAME
56
57
58
59
60
61
- name: SERVICE_NAMESPACE # namespace of the service
62
0 commit comments