diff --git a/charts/jupyterhub-outpost/templates/configmap_flavors b/charts/jupyterhub-outpost/templates/configmap_flavors
deleted file mode 100644
index 86f3ef293fecce0d59d441d8a689e1fb51c37883..0000000000000000000000000000000000000000
--- a/charts/jupyterhub-outpost/templates/configmap_flavors
+++ /dev/null
@@ -1,12 +0,0 @@
-apiVersion: v1
-kind: ConfigMap
-metadata:
-  name: {{ include "jupyterhub-outpost.fullname" . }}-flavors
-  labels:
-    {{- include "jupyter-hub-customizations.labels" . | nindent 4 }}
-data:
-  flavors.yaml: |-
-  {{- with .Values.flavors }}
-    flavors:
-      {{- toYaml . | nindent 4 }}
-  {{- end }}
\ No newline at end of file