File tree Expand file tree Collapse file tree 3 files changed +121
-14
lines changed Expand file tree Collapse file tree 3 files changed +121
-14
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ roleRef:
289
289
name : meshery-leader-election-role
290
290
subjects :
291
291
- kind : ServiceAccount
292
- name : default
292
+ name : meshery
293
293
namespace : meshery
294
294
---
295
295
apiVersion : rbac.authorization.k8s.io/v1
@@ -302,7 +302,7 @@ roleRef:
302
302
name : meshery-operator-role
303
303
subjects :
304
304
- kind : ServiceAccount
305
- name : default
305
+ name : meshery
306
306
namespace : meshery
307
307
---
308
308
apiVersion : rbac.authorization.k8s.io/v1
@@ -315,7 +315,7 @@ roleRef:
315
315
name : meshery-proxy-role
316
316
subjects :
317
317
- kind : ServiceAccount
318
- name : default
318
+ name : meshery
319
319
namespace : meshery
320
320
---
321
321
apiVersion : v1
@@ -392,3 +392,12 @@ spec:
392
392
cpu : 100m
393
393
memory : 20Mi
394
394
terminationGracePeriodSeconds : 10
395
+ ---
396
+ apiVersion : v1
397
+ kind : ServiceAccount
398
+ metadata :
399
+ name : meshery
400
+ namespace : meshery
401
+ labels :
402
+ app.kubernetes.io/instance : meshery
403
+ app.kubernetes.io/name : meshery
Original file line number Diff line number Diff line change @@ -9,11 +9,12 @@ replace (
9
9
)
10
10
11
11
require (
12
- cloud.google.com/go v0.62 .0 // indirect
12
+ cloud.google.com/go v0.79 .0 // indirect
13
13
github.com/go-logr/logr v0.4.0
14
- github.com/google/uuid v1.1.2 // indirect
15
- github.com/layer5io/meshkit v0.2.7
16
- github.com/onsi/ginkgo v1.16.1
14
+ github.com/golang/protobuf v1.5.1 // indirect
15
+ github.com/google/uuid v1.2.0 // indirect
16
+ github.com/layer5io/meshkit v0.2.9
17
+ github.com/onsi/ginkgo v1.15.2
17
18
github.com/onsi/gomega v1.11.0
18
19
k8s.io/api v0.18.12
19
20
k8s.io/apimachinery v0.18.12
You can’t perform that action at this time.
0 commit comments