feat: argo-rollouts resources in helm values (#385)
Co-authored-by: Scott Cabrinha <scott@internaught.io>
This commit is contained in:
parent
8c96f76451
commit
2b9193ac69
3 changed files with 12 additions and 1 deletions
|
|
@ -38,6 +38,8 @@ spec:
|
|||
volumeMounts:
|
||||
- name: tmp
|
||||
mountPath: /tmp
|
||||
resources:
|
||||
{{- toYaml .Values.controller.resources | nindent 10 }}
|
||||
volumes:
|
||||
- name: tmp
|
||||
emptyDir: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue