diff --git a/chart/templates/console/deployment.yaml b/chart/templates/console/deployment.yaml index ef48809d4db831be0bcad2074ce640099f579f9e..40890d67a83ee22c6c2f7d388ab31a2d7926ba49 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