Skip to content

Commit 8ca5b5d

Browse files
Fix indentation in deployment.yaml
1 parent 3c5c184 commit 8ca5b5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/intel/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ spec:
139139
mountPath: /etc/ssl/certs/java/cacerts
140140
subPath: cacerts
141141
{{- end }}
142-
142+
{{- end }}
143143
ports:
144144
- name: http
145145
containerPort: 1080
@@ -207,4 +207,4 @@ spec:
207207
{{- with .Values.tolerations }}
208208
tolerations:
209209
{{- toYaml . | nindent 8 }}
210-
{{- end }}
210+
{{- end }}

0 commit comments

Comments
 (0)