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