Skip to content

Commit

Permalink
[VDEVOPS-000]: Update resources management
Browse files Browse the repository at this point in the history
Signed-off-by: adobrodey <[email protected]>
  • Loading branch information
ADobrodey committed Apr 18, 2024
1 parent 571b57c commit c9186f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global/k8s-common/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: k8s-common
version: 1.8.0
version: 1.8.1
description: A Library Helm Chart for grouping common logic between charts. This chart is not deployable by itself.
type: library
keywords:
Expand Down
2 changes: 1 addition & 1 deletion global/k8s-common/templates/_containers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Return generated container configuration.
{{- end }}
{{- if .Values.resources }}
resources: {{- toYaml .Values.resources | trim | nindent 4 }}
{{- else if ne .Values.resourcesPreset "none" }}
{{- else if .Values.resourcesPreset }}
resources: {{- include "k8s-common.resources.preset" (dict "type" .Values.resourcesPreset) | nindent 4 }}
{{- end }}
{{- if .Values.securityContext }}
Expand Down

0 comments on commit c9186f9

Please sign in to comment.