Skip to content

Commit

Permalink
fix alertmanager sts showing diff in argocd
Browse files Browse the repository at this point in the history
  • Loading branch information
daanschipper committed Oct 30, 2024
1 parent 41a1cc0 commit 1c057ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions operations/helm/charts/mimir-distributed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Entries should include a reference to the Pull Request that introduced the chang
## main / unreleased

* [ENHANCEMENT] Add support for setting type and internal traffic policy for Kubernetes service. Set `internalTrafficPolicy=Cluster` by default in all services with type `ClusterIP`. #9619
* [BUGFIX] Helm: Fix PVC template in AlertManager to not show diff in ArgoCD. #9774

## 5.5.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ spec:
serviceName: {{ template "mimir.fullname" . }}-alertmanager
{{- if .Values.alertmanager.persistentVolume.enabled }}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: storage
{{- if .Values.alertmanager.persistentVolume.annotations }}
annotations:
Expand Down

0 comments on commit 1c057ed

Please sign in to comment.