Apply suggestions from code review

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Kilchhofer 2021-08-10 08:18:10 +02:00 committed by GitHub
parent af0800c988
commit 1c4e4d96f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,9 +40,9 @@ spec:
- containerPort: 8090
name: metrics
livenessProbe:
{{- .Values.controller.livenessProbe | toYaml | nindent 10 }}
{{- toYaml .Values.controller.livenessProbe | nindent 10 }}
readinessProbe:
{{- .Values.controller.readinessProbe | toYaml | nindent 10 }}
{{- toYaml .Values.controller.readinessProbe | nindent 10 }}
securityContext:
{{- toYaml .Values.containerSecurityContext | nindent 10 }}
resources: