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
Describe the bug
While deploying the dev branch in the stage cluster, kube_prometheus_stack deployment threw this error
Error: Failed to render chart: exit status 1: Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(Alertmanager.spec): unknown field "automountServiceAccountToken"in com.coreos.monitoring.v1.Alertmanager.spec
It looks like it is related to the prometheus-operator moving the automountServiceAccountToken to Alertmanager.spec in v0.66.0 but I could be wrong here.
I was able to deploy the chart version 0.4.2 so it seems like the error starts occurring from version 0.43+
To Reproduce
Steps to reproduce the behavior:
Deploy kube_prometheus_stack version 0.43 or above.
Hsankesara
changed the title
Error deploying kube_prometheus_stack in the dev cluster
Error deploying kube_prometheus_stack in the dev branch
Jan 20, 2025
Describe the bug
While deploying the dev branch in the stage cluster,
kube_prometheus_stack
deployment threw this errorIt looks like it is related to the prometheus-operator moving the automountServiceAccountToken to Alertmanager.spec in v0.66.0 but I could be wrong here.
I was able to deploy the chart version 0.4.2 so it seems like the error starts occurring from version 0.43+
To Reproduce
Steps to reproduce the behavior:
Deploy kube_prometheus_stack version 0.43 or above.
Version of Helm and Kubernetes:
helm version
:kubectl version
:The text was updated successfully, but these errors were encountered: