sumologic-kubernetes-collection icon indicating copy to clipboard operation
sumologic-kubernetes-collection copied to clipboard

fix: added missing apiVersion and kind fields to statefulset pvc claim

Open amitlin opened this issue 6 months ago • 0 comments

To prevent a permanent diff when installing using gitOps tools like ArgoCD. These fields are automatically added by k8s when applied, causing a permanent diff between rendered & actual manifests.

image

After change: image

Checklist

  • [x] Changelog updated or skip changelog label added

amitlin avatar May 25 '25 20:05 amitlin