Skip to content

Commit

Permalink
fix: reference root scope
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpb committed Aug 2, 2024
1 parent 29f9fd0 commit f8d0b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keycloak/chart/templates/prometheusrule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: {{ include "keycloak.fullname" $ }}
namespace: {{ .Release.Namespace }}
namespace: {{ $.Release.Namespace }}
{{- with .annotations }}
annotations:
{{- range $key, $value := . }}
Expand Down

0 comments on commit f8d0b83

Please sign in to comment.