Skip to content

Commit af158a2

Browse files
committed
WIP: Fix some indents
Signed-off-by: Todd Short <[email protected]>
1 parent 5e7090d commit af158a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

helm/olmv1/templates/29-deployment-olmv1-system-catalogd-controller-manager.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
readOnly: true
109109
{{- end }}
110110
{{- with .Values.components.catalogd.deployment.volumeMounts }}
111-
{{- toYaml . | nindent }}
111+
{{- toYaml . | nindent 12 }}
112112
{{- end }}
113113
{{- with .Values.podSecurityContext }}
114114
securityContext:
@@ -139,7 +139,7 @@ spec:
139139
secretName: catalogd-service-cert-git-version
140140
{{- end }}
141141
{{- with .Values.components.catalogd.deployment.volumes }}
142-
{{- toYaml . | indent 8 }}
142+
{{- toYaml . | nindent 8 }}
143143
{{- end }}
144144
{{- with .Values.components.catalogd.deployment.nodeSelector }}
145145
nodeSelector:

helm/olmv1/templates/30-deployment-olmv1-system-operator-controller-controller-manager.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ spec:
118118
readOnly: true
119119
{{- end }}
120120
{{- with .Values.components.operatorController.deployment.volumeMounts }}
121-
{{- toYaml . | nindent }}
121+
{{- toYaml . | nindent 12 }}
122122
{{- end }}
123123
{{- with .Values.podSecurityContext }}
124124
securityContext:
@@ -153,7 +153,7 @@ spec:
153153
secretName: olmv1-cert
154154
{{- end }}
155155
{{- with .Values.components.operatorController.deployment.volumes }}
156-
{{- toYaml . | indent 8 }}
156+
{{- toYaml . | nindent 8 }}
157157
{{- end }}
158158
{{- with .Values.components.operatorController.deployment.nodeSelector }}
159159
nodeSelector:

0 commit comments

Comments
 (0)