diff --git a/helmchart/single-sign-on/templates/deployment-userfrontend.yaml b/helmchart/single-sign-on/templates/deployment-userfrontend.yaml
index 1bb6a9c6d241706db6f68495dedaaec961466c2a..efd1236f322e4fcb4350894212f8a5d0818e7ccf 100644
--- a/helmchart/single-sign-on/templates/deployment-userfrontend.yaml
+++ b/helmchart/single-sign-on/templates/deployment-userfrontend.yaml
@@ -40,8 +40,8 @@ spec:
             - name: OAUTH_CLIENT_ID
               valueFrom:
                 secretKeyRef:
-                  name: oauth2-clients
-                  key: {{ .Values.userpanel.applicationName }}_client_id
+                  name: oauth2-client-user-panel
+                  key: value
             - name: OAUTH_CLIENT_SECRET
               valueFrom:
                 secretKeyRef: