Upgrade the helm charts to Arvados 2.1.0.
[arvados-k8s.git] / charts / arvados / templates / sso-configmap.yaml
diff --git a/charts/arvados/templates/sso-configmap.yaml b/charts/arvados/templates/sso-configmap.yaml
deleted file mode 100644 (file)
index c8fb70d..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (C) The Arvados Authors. All rights reserved.
-#
-# SPDX-License-Identifier: Apache-2.0
-
-apiVersion: v1
-kind: ConfigMap
-metadata:
-  name: arvados-sso-configmap
-  labels:
-    app: {{ template "arvados.name" . }}
-    chart: {{ template "arvados.chart" . }}
-    release: {{ .Release.Name }}
-    heritage: {{ .Release.Service }}
-data:
-{{ (tpl (.Files.Glob "config/sso/*").AsConfig . ) | indent 2 }}