Skip to content

Commit

Permalink
[kube-prometheus-stack] adding tpl upstream for secretFieldSelector (#…
Browse files Browse the repository at this point in the history
…3151)

Signed-off-by: z-anshun <1179798460@qq.com>
Signed-off-by: Quentin Bisson <quentin@giantswarm.io>
Co-authored-by: Quentin Bisson <quentin@giantswarm.io>
  • Loading branch information
z-anshun and QuentinBisson committed Apr 20, 2023
1 parent 8c33828 commit 0365098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -21,7 +21,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 45.16.0
version: 45.17.0
appVersion: v0.63.0
kubeVersion: ">=1.16.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ spec:
- --thanos-ruler-instance-selector={{ .Values.prometheusOperator.thanosRulerInstanceSelector }}
{{- end }}
{{- if .Values.prometheusOperator.secretFieldSelector }}
- --secret-field-selector={{ .Values.prometheusOperator.secretFieldSelector }}
- --secret-field-selector={{ tpl (.Values.prometheusOperator.secretFieldSelector) $ }}
{{- end }}
{{- if .Values.prometheusOperator.clusterDomain }}
- --cluster-domain={{ .Values.prometheusOperator.clusterDomain }}
Expand Down

0 comments on commit 0365098

Please sign in to comment.