Skip to content

Commit cbd1018

Browse files
authored
fix indentation for registry deployment resource block (#712)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it Fixes the indentation to the registry deployment resource block when Helm template is overwritten with specific resource limitations. #### Which issue(s) this PR fixes <!-- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Fixes [issue 581](open-component-model/ocm-project#581) Signed-off-by: Henry Zeng <[email protected]>
1 parent 8c8d8e5 commit cbd1018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/templates/deployment_registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
successThreshold: 1
5151
failureThreshold: 3
5252
resources:
53-
{{- toYaml .Values.registry.resources | nindent 10 }}
53+
{{- toYaml .Values.registry.resources | nindent 12 }}
5454
volumes:
5555
- name: registry
5656
emptyDir: {}

0 commit comments

Comments
 (0)