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:
@ -48,3 +49,4 @@ spec:
name: {{ include "django.fullname" . }}
- configMapRef:
name: {{ include "django.fullname" . }}
{{- end }}