helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

volumeClaimTemplates does not have the full spec, causing Out of Sync in ArgoCD

Open chrisjohnson00 opened this issue 2 weeks ago • 0 comments

We install VM Single Instance with ArgoCD using your helm chart. It seems that the K8s API "fixes" the volumeClaimTemplates created by the helm chart, which then causes ArgoCD to say the chart is "Out of Sync".

Argo complaining: image

You can see the STS has it in it's YAML definition in the cluster: image

https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#PersistentVolumeClaim is the spec, which does include the missing elements.

chrisjohnson00 avatar Jun 28 '24 22:06 chrisjohnson00