Apply suggestions from code review.

Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
Vlad Losev 2021-04-20 08:34:26 -07:00 committed by Vlad Losev
parent 3b9d57d0bd
commit 755755f671
No known key found for this signature in database
GPG key ID: 3A3C3B9FAA3AB7AE
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart to install Argo-Events in k8s Cluster
name: argo-events
version: 1.2.5
version: 1.3.0
keywords:
- argo-events
- sensor-controller

View file

@ -19,7 +19,7 @@ spec:
app: {{ .Release.Name }}-{{ .Values.eventbusController.name }}
release: {{ .Release.Name }}
{{- with .Values.eventbusController.podAnnotations }}
annotations: {{- . | toYaml | nindent 8 }}
annotations: {{- toYaml . | nindent 8 }}
{{- end }}
spec:
serviceAccountName: {{ .Values.serviceAccount }}

View file

@ -19,7 +19,7 @@ spec:
app: {{ .Release.Name }}-{{ .Values.eventsourceController.name }}
release: {{ .Release.Name }}
{{- with .Values.eventsourceController.podAnnotations }}
annotations: {{- . | toYaml | nindent 8 }}
annotations: {{- toYaml . | nindent 8 }}
{{- end }}
spec:
serviceAccountName: {{ .Values.serviceAccount }}

View file

@ -19,7 +19,7 @@ spec:
app: {{ .Release.Name }}-{{ .Values.sensorController.name }}
release: {{ .Release.Name }}
{{- with .Values.sensorController.podAnnotations }}
annotations: {{- . | toYaml | nindent 8 }}
annotations: {{- toYaml . | nindent 8 }}
{{- end }}
spec:
serviceAccountName: {{ .Values.serviceAccount }}