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
Compare the alertmanager StatefulSet volumeClaimTemplates: with helm template and the installed resource
helm template charts/alertmanager/ | grep volumeClaimTemplates: -A 10
kubectl get statefulset -o yaml | grep volumeClaimTemplates: -A 10
Expected:
The volumeClaimTemplates: when comparing helm template and looking at the installed StatefulSet should look the same with respect to most attributes, but specifically kind and apiVersion.
Actual:
The helm template output is missing the kind and apiVersion under the volumeClaimTemplates:
Describe the bug a clear and concise description of what the bug is.
K8s is adding automatic some strings in the volumeClaimTemplates after deploy:
StatefulSet in the cluster:
StatefulSet in the helm chart:
What's your helm version?
v3.13.2
What's your kubectl version?
1.28
Which chart?
alertmanager
What's the chart version?
1.12.0
What happened?
No response
What you expected to happen?
No response
How to reproduce it?
No response
Enter the changed values of values.yaml?
No response
Enter the command that you execute and failing/misfunctioning.
i'm using an ArgoCD
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: