We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f248957 commit aea901cCopy full SHA for aea901c
components/namespace-lister/production/base/kustomization.yaml
@@ -13,7 +13,7 @@ namespace: namespace-lister
13
images:
14
- name: namespace-lister
15
newName: quay.io/konflux-ci/namespace-lister
16
- newTag: 7f96fde10f2612c324fdafe4b1d73b6949ccbcba
+ newTag: 7fdd5035064ffb27d1337ecffce42752f23f2548
17
patches:
18
- path: ./patches/with_cachenamespacelabelselector.yaml
19
target:
components/namespace-lister/production/base/rbac.yaml
@@ -34,3 +34,11 @@ rules:
34
- roles
35
- rolebindings
36
verbs: ["get", "list", "watch"]
37
+- apiGroups: ["authentication.k8s.io"]
38
+ resources:
39
+ - tokenreviews
40
+ verbs: ["create"]
41
+- apiGroups: ["authorization.k8s.io"]
42
43
+ - subjectaccessreviews
44
0 commit comments