File tree Expand file tree Collapse file tree 3 files changed +51
-2
lines changed
charts/cluster-registry-client Expand file tree Collapse file tree 3 files changed +51
-2
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ maintainers:
1515 - name : radu-catalina
16161717
18- version : 0.1.8
19- appVersion : v1.4.2
18+ version : 0.2.0
19+ appVersion : v1.5.1
Original file line number Diff line number Diff line change @@ -31,3 +31,40 @@ rules:
3131 - get
3232 - patch
3333 - update
34+ - apiGroups :
35+ - registry.ethos.adobe.com
36+ resources :
37+ - servicemetadatawatchers
38+ verbs :
39+ - create
40+ - delete
41+ - get
42+ - list
43+ - patch
44+ - update
45+ - watch
46+ - apiGroups :
47+ - registry.ethos.adobe.com
48+ resources :
49+ - servicemetadatawatchers/finalizers
50+ verbs :
51+ - update
52+ - apiGroups :
53+ - registry.ethos.adobe.com
54+ resources :
55+ - servicemetadatawatchers/status
56+ verbs :
57+ - get
58+ - patch
59+ - update
60+ - apiGroups :
61+ - " "
62+ resources :
63+ - namespaces
64+ verbs :
65+ - get
66+ - watch
67+ - list
68+ {{- with .Values.extraRBAC }}
69+ {{- toYaml . | nindent 2 }}
70+ {{- end }}
Original file line number Diff line number Diff line change 3535 {{- else }}
3636 alertMap: []
3737 {{- end }}
38+ {{- if .Values.clusterRegistryClient.serviceMetadata }}
39+ serviceMetadata:
40+ serviceIdAnnotation: {{ .Values.clusterRegistryClient.serviceIdAnnotation | default "adobe.serviceid" }}
41+ {{- if .Values.clusterRegistryClient.serviceMetadata.watchedGVKs }}
42+ watchedGVKs:
43+ {{- range $_, $gvk := .Values.clusterRegistryClient.serviceMetadata.watchedGVKs }}
44+ - group: {{ $gvk.group }}
45+ version: {{ $gvk.version }}
46+ kind: {{ $gvk.kind }}
47+ {{- end }}
48+ {{- end }}
49+ {{- end }}
3850{{- end }}
You can’t perform that action at this time.
0 commit comments