Skip to content

Commit 179aa37

Browse files
committed
Removed unused deployment boiler plate
1 parent 9024ed5 commit 179aa37

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

helm_deploy/laa-access-civil-legal-aid/templates/deployment.yaml

-16
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,3 @@ spec:
5454
volumeMounts:
5555
{{- toYaml . | nindent 12 }}
5656
{{- end }}
57-
{{- with .Values.volumes }}
58-
volumes:
59-
{{- toYaml . | nindent 8 }}
60-
{{- end }}
61-
{{- with .Values.nodeSelector }}
62-
nodeSelector:
63-
{{- toYaml . | nindent 8 }}
64-
{{- end }}
65-
{{- with .Values.affinity }}
66-
affinity:
67-
{{- toYaml . | nindent 8 }}
68-
{{- end }}
69-
{{- with .Values.tolerations }}
70-
tolerations:
71-
{{- toYaml . | nindent 8 }}
72-
{{- end }}

0 commit comments

Comments
 (0)