You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
You can see the STS has it in it's YAML definition in the cluster:
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:
You can see the STS has it in it's YAML definition in the cluster:
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.
The text was updated successfully, but these errors were encountered: