Closed ceriath closed 8 months ago
Currently the template for the PKI defines its certificates with:
apiVersion: cert-manager.io/v1 kind: Certificate spec: duration: 8760h # 1y
in-cluster this results in:
apiVersion: cert-manager.io/v1 kind: Certificate spec: duration: 8760h0m0s # 1y
That causes issues with tools like ArgoCD that are trying to synchronize the desired state.
Currently the template for the PKI defines its certificates with:
in-cluster this results in:
That causes issues with tools like ArgoCD that are trying to synchronize the desired state.