feat(argo-cd): Add annotations to PrometheusRule (#1700)
This commit is contained in:
parent
f5c5c141c5
commit
bc70281ca4
3 changed files with 7 additions and 2 deletions
|
|
@ -14,6 +14,10 @@ metadata:
|
|||
{{- if .Values.controller.metrics.rules.additionalLabels }}
|
||||
{{- toYaml .Values.controller.metrics.rules.additionalLabels | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .Values.controller.metrics.rules.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
groups:
|
||||
- name: argocd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue