Skip to content

Commit

Permalink
Update deployment template
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Feb 16, 2024
1 parent 64368c6 commit be66d18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifests/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ spec:
- name: {{ .name }}
mountPath: {{ .mountPath | quote }}
{{- end }}
{{- with .Values.resources }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{ toYaml . | nindent 12 }}
{{- end }}
volumes:
- name: ssh-host-keys
secret:
Expand Down

0 comments on commit be66d18

Please sign in to comment.