update
diff --git a/charts/auth-proxy/templates/install.yaml b/charts/auth-proxy/templates/install.yaml
index 33ed875..2ce79bc 100644
--- a/charts/auth-proxy/templates/install.yaml
+++ b/charts/auth-proxy/templates/install.yaml
@@ -45,3 +45,4 @@
         - --membership-public-addr={{ .Values.membershipPublicAddr }}
         - --groups={{ .Values.groups }}
         - --upstream={{ .Values.upstream }}
+        - --no-auth-path-prefixes={{ .Values.noAuthPathPrefixes }}
diff --git a/charts/auth-proxy/values.yaml b/charts/auth-proxy/values.yaml
index 779772d..45bc602 100644
--- a/charts/auth-proxy/values.yaml
+++ b/charts/auth-proxy/values.yaml
@@ -10,3 +10,4 @@
 membershipPublicAddr: https://memberships.p.example.com
 groups: ""
 portName: http
+noAuthPathPrefixes: ""