Skip to content

Commit

Permalink
correct file extention to match files
Browse files Browse the repository at this point in the history
  • Loading branch information
Olumide Ajiboye authored and seldondev committed Sep 11, 2020
1 parent 722b567 commit 8bcdbdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Values.prometheus.enabled }}
apiVersion: v1
data:
{{ (.Files.Glob "files/prometheus/rules/*.rules").AsConfig | indent 2 }}
{{ (.Files.Glob "files/prometheus/rules/*.rules.yml").AsConfig | indent 2 }}
kind: ConfigMap
metadata:
creationTimestamp: null
Expand Down

0 comments on commit 8bcdbdb

Please sign in to comment.