File tree Expand file tree Collapse file tree 2 files changed +59
-0
lines changed Expand file tree Collapse file tree 2 files changed +59
-0
lines changed Original file line number Diff line number Diff line change
1
+ namespace : pomerium
2
+ commonLabels :
3
+ app.kubernetes.io/name : pomerium
4
+ resources :
5
+ - ../default
6
+ patches :
7
+ - path : role_patch.yaml
8
+ target :
9
+ group : rbac.authorization.k8s.io
10
+ version : v1
11
+ kind : ClusterRole
12
+ name : pomerium-controller
13
+ - patch : |-
14
+ - op: add
15
+ path: /spec/template/spec/containers/0/args/-
16
+ value: '--experimental-gateway-api'
17
+ target:
18
+ group: apps
19
+ version: v1
20
+ kind: Deployment
21
+ name: pomerium
Original file line number Diff line number Diff line change
1
+ - op : add
2
+ path : /rules/-
3
+ value :
4
+ apiGroups :
5
+ - " "
6
+ resources :
7
+ - namespaces
8
+ verbs :
9
+ - get
10
+ - list
11
+ - watch
12
+ - op : add
13
+ path : /rules/-
14
+ value :
15
+ apiGroups :
16
+ - gateway.networking.k8s.io
17
+ resources :
18
+ - gatewayclasses
19
+ - gateways
20
+ - httproutes
21
+ - referencegrants
22
+ verbs :
23
+ - get
24
+ - list
25
+ - watch
26
+ - op : add
27
+ path : /rules/-
28
+ value :
29
+ apiGroups :
30
+ - gateway.networking.k8s.io
31
+ resources :
32
+ - gatewayclasses/status
33
+ - gateways/status
34
+ - httproutes/status
35
+ verbs :
36
+ - get
37
+ - patch
38
+ - update
You can’t perform that action at this time.
0 commit comments