diff --git a/stable/tbot/templates/deployment.yaml b/stable/tbot/templates/deployment.yaml index 25c0fdcd..d8da842a 100644 --- a/stable/tbot/templates/deployment.yaml +++ b/stable/tbot/templates/deployment.yaml @@ -227,7 +227,6 @@ spec: - name: {{ include "app.fullname" . }} configMap: name: {{ template "app.fullname" . }} - emptyDir: {} {{- range $volume := .Values.volumes }} - {{- toYaml $volume | nindent 10 }} {{- end }}