ArgoCD caveats
If you're using ArgoCD or a similar tool that normalizes yaml manifests, you might run into Out Of Sync
diff issues when using durations in the spec
of some of the operator's CRDs. This issue is documented with ArgoCD and appears when using durations in the spec
. For example, in the mTLS
part:
mTLS:
provider: cert-manager
internode:
enabled: true
frontend:
enabled: true
certificatesDuration:
clientCertificates: 1h
frontendCertificate: 1h
intermediateCAsCertificates: 1h30m
internodeCertificate: 1h
rootCACertificate: 2h
renewBefore: 55m
In these cases, there are two workarounds:
- Update your config to match the canonical representation of the durations:
- Disable the validations in the ArgoCD
Application
spec
: