File tree Expand file tree Collapse file tree 7 files changed +95
-2
lines changed
kube-arangodb-arm64/templates/platform-operator
kube-arangodb-enterprise-arm64
templates/platform-operator
templates/platform-operator
kube-arangodb/templates/platform-operator Expand file tree Collapse file tree 7 files changed +95
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ master] ( https://github.com/arangodb/kube-arangodb/tree/master ) (N/A)
44- (Documentation) Add ArangoPlatformStorage Docs & Examples
5+ - (Feature) Enable ML Operator and add required Platform Roles
56
67## [ 1.3.0] ( https://github.com/arangodb/kube-arangodb/tree/1.3.0 ) (2025-08-01)
78- (Feature) (Platform) Storage Debug
Original file line number Diff line number Diff line change @@ -22,5 +22,28 @@ rules:
2222 - " arangoplatformservices"
2323 - " arangoplatformservices/status"
2424 verbs : ["*"]
25+ - apiGroups :
26+ - " rbac.authorization.k8s.io"
27+ resources :
28+ - " roles"
29+ - " rolebindings"
30+ verbs : [ "*" ]
31+ - apiGroups :
32+ - " batch"
33+ resources :
34+ - " cronjobs"
35+ - " jobs"
36+ verbs : [ "*" ]
37+ - apiGroups : [ "apps" ]
38+ resources :
39+ - " statefulsets"
40+ verbs : [ "*" ]
41+ - apiGroups : [ "" ]
42+ resources :
43+ - " pods"
44+ - " secrets"
45+ - " services"
46+ - " serviceaccounts"
47+ verbs : [ "*" ]
2548{{- end }}
2649{{- end }}
Original file line number Diff line number Diff line change @@ -22,5 +22,28 @@ rules:
2222 - " arangoplatformservices"
2323 - " arangoplatformservices/status"
2424 verbs : ["*"]
25+ - apiGroups :
26+ - " rbac.authorization.k8s.io"
27+ resources :
28+ - " roles"
29+ - " rolebindings"
30+ verbs : [ "*" ]
31+ - apiGroups :
32+ - " batch"
33+ resources :
34+ - " cronjobs"
35+ - " jobs"
36+ verbs : [ "*" ]
37+ - apiGroups : [ "apps" ]
38+ resources :
39+ - " statefulsets"
40+ verbs : [ "*" ]
41+ - apiGroups : [ "" ]
42+ resources :
43+ - " pods"
44+ - " secrets"
45+ - " services"
46+ - " serviceaccounts"
47+ verbs : [ "*" ]
2548{{- end }}
2649{{- end }}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ operator:
3333 backup : false
3434 apps : false
3535 k8sToK8sClusterSync : false
36- ml : false
36+ ml : true
3737 analytics : false
3838 networking : true
3939 scheduler : true
Original file line number Diff line number Diff line change @@ -22,5 +22,28 @@ rules:
2222 - " arangoplatformservices"
2323 - " arangoplatformservices/status"
2424 verbs : ["*"]
25+ - apiGroups :
26+ - " rbac.authorization.k8s.io"
27+ resources :
28+ - " roles"
29+ - " rolebindings"
30+ verbs : [ "*" ]
31+ - apiGroups :
32+ - " batch"
33+ resources :
34+ - " cronjobs"
35+ - " jobs"
36+ verbs : [ "*" ]
37+ - apiGroups : [ "apps" ]
38+ resources :
39+ - " statefulsets"
40+ verbs : [ "*" ]
41+ - apiGroups : [ "" ]
42+ resources :
43+ - " pods"
44+ - " secrets"
45+ - " services"
46+ - " serviceaccounts"
47+ verbs : [ "*" ]
2548{{- end }}
2649{{- end }}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ operator:
3333 backup : false
3434 apps : false
3535 k8sToK8sClusterSync : false
36- ml : false
36+ ml : true
3737 analytics : false
3838 networking : true
3939 scheduler : true
Original file line number Diff line number Diff line change @@ -22,5 +22,28 @@ rules:
2222 - " arangoplatformservices"
2323 - " arangoplatformservices/status"
2424 verbs : ["*"]
25+ - apiGroups :
26+ - " rbac.authorization.k8s.io"
27+ resources :
28+ - " roles"
29+ - " rolebindings"
30+ verbs : [ "*" ]
31+ - apiGroups :
32+ - " batch"
33+ resources :
34+ - " cronjobs"
35+ - " jobs"
36+ verbs : [ "*" ]
37+ - apiGroups : [ "apps" ]
38+ resources :
39+ - " statefulsets"
40+ verbs : [ "*" ]
41+ - apiGroups : [ "" ]
42+ resources :
43+ - " pods"
44+ - " secrets"
45+ - " services"
46+ - " serviceaccounts"
47+ verbs : [ "*" ]
2548{{- end }}
2649{{- end }}
You can’t perform that action at this time.
0 commit comments