File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed
infra/external-secrets/components/resources Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,12 @@ misconfigurations:
27
27
- id : " AVD-KSV-0048"
28
28
paths :
29
29
- " infra/reloader/components/rbac/clusterrole.yaml"
30
+ - id : " AVD-KSV-0049"
31
+ paths :
32
+ - " infra/external-secrets/components/resources/rbac-clusterroles.yaml"
30
33
- id : " AVD-KSV-0041"
31
34
paths :
35
+ - " infra/external-secrets/components/resources/rbac-bindings.yaml"
32
36
- " infra/reloader/components/rbac/clusterrole.yaml"
33
37
- " apps/monitoring/kube-state-metrics/components/rbac/cluster-role.yaml"
34
38
- id : " AVD-KSV-0109"
@@ -37,6 +41,9 @@ misconfigurations:
37
41
- id : " AVD-KSV-0113"
38
42
paths :
39
43
- " apps/monitoring/prometheus-vault-token-syncer/rbac.yaml"
44
+ - id : " AVD-KSV-0114"
45
+ paths :
46
+ - " infra/external-secrets/components/resources/rbac-bindings.yaml"
40
47
- id : " AVD-KSV-01010"
41
48
paths :
42
49
- " **/taskwarrior-configmap.yaml" # false positive
Original file line number Diff line number Diff line change 41
41
readOnlyRootFilesystem : true
42
42
runAsNonRoot : true
43
43
runAsUser : 12364
44
+ runAsGroup : 12364
44
45
seccompProfile :
45
46
type : RuntimeDefault
46
47
image : ghcr.io/external-secrets/external-secrets:v0.10.5
64
65
path : /readyz
65
66
initialDelaySeconds : 20
66
67
periodSeconds : 5
68
+ resources :
69
+ requests :
70
+ memory : 128Mi
71
+ cpu : 50Mi
72
+ limits :
73
+ memory : 1Gi
Original file line number Diff line number Diff line change 41
41
readOnlyRootFilesystem : true
42
42
runAsNonRoot : true
43
43
runAsUser : 12364
44
+ runAsGroup : 12364
44
45
seccompProfile :
45
46
type : RuntimeDefault
46
47
image : ghcr.io/external-secrets/external-secrets:v0.10.5
70
71
- name : certs
71
72
mountPath : /tmp/certs
72
73
readOnly : true
74
+ resources :
75
+ requests :
76
+ memory : 64Mi
77
+ cpu : 50Mi
78
+ limits :
79
+ memory : 256Mi
73
80
volumes :
74
81
- name : certs
75
82
secret :
Original file line number Diff line number Diff line change 44
44
readOnlyRootFilesystem : true
45
45
runAsNonRoot : true
46
46
runAsUser : 12364
47
+ runAsGroup : 12364
47
48
seccompProfile :
48
49
type : RuntimeDefault
49
50
image : ghcr.io/external-secrets/external-secrets:v0.10.5
55
56
- containerPort : 8080
56
57
protocol : TCP
57
58
name : metrics
59
+ resources :
60
+ requests :
61
+ memory : 128Mi
62
+ cpu : 50Mi
63
+ limits :
64
+ memory : 1Gi
58
65
dnsPolicy : ClusterFirst
You can’t perform that action at this time.
0 commit comments