From 5f16d2a18e565a7c170a13a627d56a4c3049c33a Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Wed, 23 Apr 2025 20:12:38 +0200 Subject: [PATCH] rm unused file --- .../jupyterhub-outpost/templates/configmap_flavors | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 charts/jupyterhub-outpost/templates/configmap_flavors diff --git a/charts/jupyterhub-outpost/templates/configmap_flavors b/charts/jupyterhub-outpost/templates/configmap_flavors deleted file mode 100644 index 86f3ef2..0000000 --- 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 -- GitLab