pihole
diff --git a/charts/pihole/templates/oauth2-client-secret.yaml b/charts/pihole/templates/oauth2-client-secret.yaml
index bff9df3..75cbaf9 100644
--- a/charts/pihole/templates/oauth2-client-secret.yaml
+++ b/charts/pihole/templates/oauth2-client-secret.yaml
@@ -1,9 +1,9 @@
-apiVersion: v1
-kind: Secret
-type: Opaque
-metadata:
-  name: {{ .Values.oauth2.secretName }}
-  namespace: {{ .Release.Namespace }}
-data:
-  client_id: {{ .Values.oauth2.clientId | b64enc  }}
-  client_secret: {{ .Values.oauth2.clientSecret | b64enc }}
+# apiVersion: v1
+# kind: Secret
+# type: Opaque
+# metadata:
+#   name: {{ .Values.oauth2.secretName }}
+#   namespace: {{ .Release.Namespace }}
+# data:
+#   client_id: {{ .Values.oauth2.clientId | b64enc  }}
+#   client_secret: {{ .Values.oauth2.clientSecret | b64enc }}
diff --git a/charts/pihole/templates/oauth2-client.yaml b/charts/pihole/templates/oauth2-client.yaml
index a0b1b11..1814ade 100644
--- a/charts/pihole/templates/oauth2-client.yaml
+++ b/charts/pihole/templates/oauth2-client.yaml
@@ -15,5 +15,5 @@
   hydraAdmin:
     url: {{ .Values.oauth2.hydraAdmin }}
     port: 80
-    endpoint: /clients
+    endpoint: /admin/clients
     forwardedProto: https