Skip to content

Commit

Permalink
Merge branch 'main' into kps64
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Bisson <[email protected]>
  • Loading branch information
QuentinBisson authored May 9, 2023
2 parents 32faf24 + 40e9c2e commit ab473df
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,8 @@ spec:
{{- end }}
excludedFromEnforcement:
{{- range $prometheusDefaultRulesExcludedFromEnforce.rules }}
- resource: prometheusrules
- group: monitoring.coreos.com
resource: prometheusrules
namespace: "{{ template "kube-prometheus-stack.namespace" $ }}"
name: "{{ printf "%s-%s" (include "kube-prometheus-stack.fullname" $) . | trunc 63 | trimSuffix "-" }}"
{{- end }}
Expand Down

0 comments on commit ab473df

Please sign in to comment.