Skip to content

Commit

Permalink
Fix: add label user-grafana pvc for velero
Browse files Browse the repository at this point in the history
  • Loading branch information
robinAwallace committed Oct 29, 2024
1 parent d5b642f commit e3fed87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helmfile.d/values/grafana/grafana-user.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ labels:
podLabels:
velero: backup

{{- if .Values.velero.useVolumeSnapshots }}
persistence:
extraPvcLabels:
velero: backup
{{- end }}

resources: {{- toYaml .Values.grafana.user.resources | nindent 2 }}
nodeSelector: {{- toYaml .Values.grafana.user.nodeSelector | nindent 2 }}
affinity: {{- toYaml .Values.grafana.user.affinity | nindent 2 }}
Expand Down

0 comments on commit e3fed87

Please sign in to comment.