diff --git a/Chart.yaml b/Chart.yaml
index 40c1e58..8b80ac1 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -1,6 +1,6 @@
 apiVersion: v2
 name: glitchtip
-description: A Helm chart for Kubernetes
+description: Open source error tracking that is compatible with Sentry
 
 # A chart can be either an 'application' or a 'library' chart.
 #
diff --git a/templates/deployment.yaml b/templates/deployment.yaml
index 0c77bf1..a6d0ec1 100644
--- a/templates/deployment.yaml
+++ b/templates/deployment.yaml
@@ -43,6 +43,8 @@ spec:
               value: {{ required "databaseURL is a required value." .Values.databaseURL | quote }}
             - name: SECRET_KEY
               value: {{ required "secretKey is a required value." .Values.secretKey | quote }}
+            - name: ENABLE_SOCIAL_AUTH
+              value: {{ .Values.enableSocialAuth | quote }}
       {{- with .Values.nodeSelector }}
       nodeSelector:
         {{- toYaml . | nindent 8 }}
diff --git a/values.yaml b/values.yaml
index 8776313..d98c9d2 100644
--- a/values.yaml
+++ b/values.yaml
@@ -14,6 +14,7 @@ nameOverride: ""
 fullnameOverride: ""
 databaseURL:
 secretKey:
+enableSocialAuth: false
 
 serviceAccount:
   # Specifies whether a service account should be created