Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Duncan Schulze <[email protected]>
  • Loading branch information
duncaan committed Dec 30, 2024
1 parent aeea100 commit 9ef0bfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion charts/prometheus-pushgateway/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ spec:
{{- include "prometheus-pushgateway.defaultLabels" . | nindent 8 }}
spec:
{{- include "prometheus-pushgateway.podSpec" . | nindent 6 }}
{{- with .Values.lifecycle}}
lifecycle:
{{- toYaml .Values.lifecycle | nindent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
4 changes: 3 additions & 1 deletion charts/prometheus-pushgateway/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ spec:
{{- include "prometheus-pushgateway.defaultLabels" . | nindent 8 }}
spec:
{{- include "prometheus-pushgateway.podSpec" . | nindent 6 }}
{{- with .Values.lifecycle }}
lifecycle:
{{- toYaml .Values.lifecycle | nindent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.persistentVolume.enabled }}
volumeClaimTemplates:
- metadata:
Expand Down

0 comments on commit 9ef0bfb

Please sign in to comment.