We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63598bb commit 90e53a2Copy full SHA for 90e53a2
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master / unreleased
4
5
+* [BUGFIX] Fix nil pointer evaluation when using `ruler.dictonaries` option #242
6
+
7
## 0.7.0 / 2021-10-05
8
9
* [FEATURE] Support runtime configuration #209
templates/ruler/ruler-configmap.yaml
@@ -5,7 +5,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "cortex.rulerFullname" $ }}-{{ include "cortex.rulerRulesDirName" $dir }}
- namespace: {{ .Release.Namespace }}
+ namespace: {{ $.Release.Namespace }}
labels:
10
{{- include "cortex.rulerLabels" $ | nindent 4 }}
11
data:
0 commit comments