File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -69,17 +69,15 @@ spec:
6969# 3. CA ClusterIssuer
7070# This is the issuer that should be used by applications to obtain certificates.
7171# It signs certificates using the root CA created above.
72- # Uses post-install hook to ensure Certificate is ready before this issuer is created.
72+ # NOTE: This issuer may briefly show "not ready" on first install while cert-manager
73+ # processes the Certificate above and creates the secret. It will auto-reconcile.
7374apiVersion : cert-manager.io/v1
7475kind : ClusterIssuer
7576metadata :
7677 name : {{ .Values.certManager.caIssuer.name }}
7778 labels :
7879 {{- include "sim.labels" . | nindent 4 }}
7980 app.kubernetes.io/component : cert-manager
80- annotations :
81- " helm.sh/hook " : post-install,post-upgrade
82- " helm.sh/hook-weight " : " 1"
8381spec :
8482 ca :
8583 secretName : {{ .Values.certManager.rootCA.secretName }}
You can’t perform that action at this time.
0 commit comments