Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
algchoo committed Aug 28, 2024
1 parent 4ac0a27 commit c883e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/bindplane/templates/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
{{- end }}
{{- if .Values.affinity.prometheus }}
affinity:
{{- .toYaml .Values.affinity.prometheus | nindent 8 }}
{{- toYaml .Values.affinity.prometheus | nindent 8 }}
{{- end }}
containers:
- name: prometheus
Expand Down

0 comments on commit c883e87

Please sign in to comment.