Skip to content

Commit

Permalink
Fixing indentation
Browse files Browse the repository at this point in the history
- Fixing indentation
  • Loading branch information
Moumoutaru committed Jul 7, 2023
1 parent fb6a9a2 commit dcd6f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/crunchydata-pgo/templates/manager-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- name: operator
image: {{ required ".Values.controllerImages.upgrade is required" .Values.controllerImages.upgrade | quote }}
resources:
{{ toYaml .Values.resources | indent 10 }}
{{ toYaml .Values.resources | indent 10 }}
env:
- name: CRUNCHY_DEBUG
value: {{ .Values.debug | ne false | quote }}
Expand Down
2 changes: 1 addition & 1 deletion charts/crunchydata-pgo/templates/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- name: operator
image: {{ required ".Values.controllerImages.cluster is required" .Values.controllerImages.cluster | quote }}
resources:
{{ toYaml .Values.resources | indent 10 }}
{{ toYaml .Values.resources | indent 10 }}
env:
- name: CRUNCHY_DEBUG
value: {{ .Values.debug | ne false | quote }}
Expand Down

0 comments on commit dcd6f91

Please sign in to comment.