Skip to content

Commit

Permalink
Add tpl to kube-prometheus-stack templates
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Zheleznyak <[email protected]>
  • Loading branch information
denzhel committed Oct 14, 2024
1 parent 0529c10 commit d5cfd14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 65.2.0
version: 65.2.1
appVersion: v0.77.1
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,14 @@ spec:
{{- end }}
{{- with .Values.prometheusOperator.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 8 }}
{{ tpl (toYaml .) $ | indent 8 }}
{{- end }}
{{- with .Values.prometheusOperator.affinity }}
affinity:
{{ toYaml . | indent 8 }}
{{- end }}
{{- with .Values.prometheusOperator.tolerations }}
tolerations:
{{ toYaml . | indent 8 }}
{{ tpl (toYaml .) $ | indent 8 }}
{{- end }}
{{- end }}

0 comments on commit d5cfd14

Please sign in to comment.