From 08781f0508365d5b531886b2f94e1accaa56fae0 Mon Sep 17 00:00:00 2001 From: Repo Sync Bot Date: Fri, 31 Jul 2020 08:59:35 +0000 Subject: [PATCH] Merge pull request #116 from devspace-cloud/oidc --- chart/templates/configmap.yaml | 7 ------- chart/values.yaml | 4 ---- 2 files changed, 11 deletions(-) delete mode 100644 chart/templates/configmap.yaml diff --git a/chart/templates/configmap.yaml b/chart/templates/configmap.yaml deleted file mode 100644 index f930275f..00000000 --- a/chart/templates/configmap.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: loft-config -data: - config: | -{{ toYaml .Values.config | indent 4}} diff --git a/chart/values.yaml b/chart/values.yaml index 4a826577..4d205ecd 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -5,10 +5,6 @@ # Default value is: loftsh/loft:{{ .Chart.Version }} # image: loftsh/loft -config: # Values for loft configmap - auth: {} - oidc: {} - cluster: connect: local: false