Skip to content

Commit

Permalink
Fix : correct typo when using global.annotations (#420)
Browse files Browse the repository at this point in the history
* fix: correct typo on ingress

Signed-off-by: Thomas de Lachaux <[email protected]>
  • Loading branch information
ThomasLachaux authored Apr 11, 2024
1 parent fb5618a commit cb5d836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/policy-reporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
type: application
version: 2.22.4
version: 2.22.5
appVersion: 2.18.1

icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
Expand Down
2 changes: 1 addition & 1 deletion charts/policy-reporter/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.annotations }}
{{- toYaml .Values.annotations | nindent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}
spec:
Expand Down

0 comments on commit cb5d836

Please sign in to comment.