diff --git a/deploy/templates/deployment_registry.yaml b/deploy/templates/deployment_registry.yaml index 2c3a7eb5..6bbb8f0b 100644 --- a/deploy/templates/deployment_registry.yaml +++ b/deploy/templates/deployment_registry.yaml @@ -50,7 +50,7 @@ spec: successThreshold: 1 failureThreshold: 3 resources: - {{- toYaml .Values.registry.resources | nindent 10 }} + {{- toYaml .Values.registry.resources | nindent 12 }} volumes: - name: registry emptyDir: {}