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