File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 6.20.0
2+ version : 6.20.1
33apiVersion : v2
44appVersion : 7.5.1
55home : https://oauth2-proxy.github.io/oauth2-proxy/
@@ -34,8 +34,8 @@ maintainers:
3434kubeVersion : " >=1.9.0-0"
3535annotations :
3636 artifacthub.io/changes : |
37- - kind: added
38- description: Allow specifying terminationGracePeriodSeconds and lifecycle hooks
37+ - kind: fixed
38+ description: Fixed service account role and rolebinding created in the wrong namespace
3939 links:
4040 - name: Github PR
41- url: https://github.com/oauth2-proxy/manifests/pull/174
41+ url: https://github.com/oauth2-proxy/manifests/pull/175
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ kind: Role
2424apiVersion : rbac.authorization.k8s.io/v1
2525metadata :
2626 name : {{ $fullName }}-watch-redis
27+ namespace : {{ $namespace }}
2728 labels :
2829 app : {{ $name }}
2930 {{- $labels | nindent 4 }}
@@ -43,6 +44,7 @@ kind: RoleBinding
4344apiVersion : rbac.authorization.k8s.io/v1
4445metadata :
4546 name : {{ $saName }}-watch-redis
47+ namespace : {{ $namespace }}
4648 labels :
4749 app : {{ $name }}
4850 {{- $labels | nindent 4 }}
You can’t perform that action at this time.
0 commit comments