diff --git a/helm/holmes/templates/toolsets-configmap.yaml b/helm/holmes/templates/toolsets-configmap.yaml deleted file mode 100644 index ad91ed7b..00000000 --- a/helm/holmes/templates/toolsets-configmap.yaml +++ /dev/null @@ -1,11 +0,0 @@ -{{- if gt (len .Values.toolsets) 0 }} -apiVersion: v1 -kind: ConfigMap -metadata: - name: toolsets-configmap - namespace: {{ .Release.Namespace }} -data: - custom_toolset.yaml: |- - toolsets: - {{ toYaml .Values.toolsets | nindent 4 }} -{{- end }}