Hi again,
Using ArgoCD to manage deployments, the CRD stays out of sync since k8s strips optional properties with empty arrays.
If we remove this line, argo will stop complaining.
You can verify that the property is stripped by simply applying the CRD and then refetching it as yaml with kubectl.
Best regards,
Patrick
Hi again,
Using ArgoCD to manage deployments, the CRD stays out of sync since k8s strips optional properties with empty arrays.
If we remove this line, argo will stop complaining.
You can verify that the property is stripped by simply applying the CRD and then refetching it as yaml with kubectl.
Best regards,
Patrick