Skip to content

Commit

Permalink
Update component/component/common.libsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBigLee authored Nov 17, 2023
1 parent 26a4794 commit f9ba7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions component/component/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ local generatePrometheusNonSLORules(serviceName, memoryContainerName, additional
},
forProvider+: {
manifest+: {
apiVersion: 'monitoring.coreos.com/v1',
kind: 'PrometheusRule',
metadata: {
apiVersion: 'monitoring.coreos.com/v1',
kind: 'PrometheusRule',
name: '%s-rules' % serviceNameLower,
},
spec: {
Expand Down

0 comments on commit f9ba7df

Please sign in to comment.