@@ -7,9 +7,8 @@ cert-manager:
77 name: selfsigned-issuer
88 namespace: {{ .Release.Namespace }}
99 annotations:
10- # It depends on cert-manager CRDs. We need to wait for CRDs to be installed
11- "helm.sh/hook": post-install,post-upgrade
12- "helm.sh/hook-weight": "1"
10+ helm.sh/hook: post-install,post-upgrade
11+ helm.sh/hook-weight: "10"
1312 spec:
1413 selfSigned: {}
1514 - |
@@ -19,9 +18,8 @@ cert-manager:
1918 name: local-ca
2019 namespace: {{ .Release.Namespace }}
2120 annotations:
22- # It depends on cert-manager CRDs. We need to wait for CRDs to be installed
23- "helm.sh/hook": post-install,post-upgrade
24- "helm.sh/hook-weight": "1"
21+ helm.sh/hook: post-install,post-upgrade
22+ helm.sh/hook-weight: "10"
2523 spec:
2624 isCA: true
2725 commonName: local-ca
@@ -43,9 +41,8 @@ cert-manager:
4341 name: cert-issuer
4442 namespace: {{ .Release.Namespace }}
4543 annotations:
46- # It depends on cert-manager CRDs. We need to wait for CRDs to be installed
47- "helm.sh/hook": post-install,post-upgrade
48- "helm.sh/hook-weight": "1"
44+ helm.sh/hook: post-install,post-upgrade
45+ helm.sh/hook-weight: "10"
4946 spec:
5047 ca:
5148 secretName: local-ca-secret
0 commit comments