This commit is contained in:
David Burke 2021-05-28 17:32:09 -04:00
parent 6e42f3144e
commit 321911b09b
7 changed files with 94 additions and 14 deletions

View file

@ -1,3 +1,4 @@
{{- if .Values.worker.enabled -}}
apiVersion: apps/v1
kind: Deployment
metadata:
@ -55,3 +56,4 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}