You've already forked prometheus-postgres-exporter
fix(deployment): template affinity
This commit is contained in:
@ -21,6 +21,10 @@ spec:
|
||||
labels:
|
||||
{{- include "prometheus-postgres-exporter.pod.labels" . | nindent 8 }}
|
||||
spec:
|
||||
{{- with .Values.deployment.affinity }}
|
||||
affinity:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: postgres-exporter
|
||||
args:
|
||||
|
Reference in New Issue
Block a user