Skip to content

Commit

Permalink
prevent empty annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Jun 23, 2023
1 parent 5746e03 commit b2d042c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: k8s-event-logger-operator
description: This operator creates a logging pod that logs corev1.Event information as structured json log. The crd allows to configure the events to be logged.
type: application
version: 1.13.5
appVersion: v1.13.5
version: 1.13.6
appVersion: v1.13.6
sources:
- https://github.com/bakito/k8s-event-logger-operator
annotations:
Expand Down
2 changes: 1 addition & 1 deletion helm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k8s-event-logger-operator

![Version: 1.13.5](https://img.shields.io/badge/Version-1.13.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.13.5](https://img.shields.io/badge/AppVersion-v1.13.5-informational?style=flat-square)
![Version: 1.13.6](https://img.shields.io/badge/Version-1.13.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.13.6](https://img.shields.io/badge/AppVersion-v1.13.6-informational?style=flat-square)

This operator creates a logging pod that logs corev1.Event information as structured json log. The crd allows to configure the events to be logged.

Expand Down
2 changes: 1 addition & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ spec:
{{- with .Values.extraPodLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
annotations:
{{- with .Values.extraPodAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
Expand Down

0 comments on commit b2d042c

Please sign in to comment.