From 3e3ac8918beca337b33688591d63c69b52f6df65 Mon Sep 17 00:00:00 2001 From: Kavitha Thulasiraman Date: Thu, 5 Aug 2021 13:36:49 +0000 Subject: [PATCH] Update deployment.yaml --- chart/templates/console/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/console/deployment.yaml b/chart/templates/console/deployment.yaml index ef48809..40890d6 100644 --- a/chart/templates/console/deployment.yaml +++ b/chart/templates/console/deployment.yaml @@ -41,7 +41,7 @@ spec: - name: twistlock-console image: {{ .Values.console.image.repository }}:{{ .Values.console.image.tag }} resources: -{{ toYaml .Values.resources | indent 12 }} + {{ toYaml .Values.resources | nindent 10 }} ports: - name: mgmt-https containerPort: 8083 -- GitLab