Skip to content

Commit

Permalink
Fixed unclosed action error. (#2683)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbobrovskyi authored Jul 24, 2024
1 parent 014d4ec commit 379208b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kueue/templates/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ spec:
timeoutSeconds: {{ .Values.controllerManager.readinessProbe.timeoutSeconds }}
failureThreshold: {{ .Values.controllerManager.readinessProbe.failureThreshold }}
successThreshold: {{ .Values.controllerManager.readinessProbe.successThreshold }}
resources: {{- toYaml .Values.controllerManager.manager.resources | nindent 10
}}
resources:
{{- toYaml .Values.controllerManager.manager.resources | nindent 10 }}
securityContext:
{{- toYaml .Values.controllerManager.manager.containerSecurityContext | nindent 10 }}
volumeMounts:
Expand Down

0 comments on commit 379208b

Please sign in to comment.