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:
parent
3b9d57d0bd
commit
755755f671
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue