File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
template/deploy/helm/[[product]]-operator/templates Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1212 verbs:
1313 - get
1414 - list
15+ - watch
1516{[% endif %}]
1617{[% if operator.product_string in ['hbase']%}]
1718 # For Apache HDFS dependents
2223 verbs:
2324 - get
2425 - list
26+ - watch
2527{[% endif %}]
2628{[% if operator.product_string in ['kafka', 'trino', 'opa']%}]
2729 # For OPA dependents. Note that OPA it's self is listed here because it's own resource name
4749 verbs:
4850 - get
4951 - list
52+ - watch
5053{[% endif %}]
5154{[% if operator.product_string in ['regorule']%}]
5255 - apiGroups:
6467 - nodes
6568 verbs:
6669 - list
70+ - watch
6771 - apiGroups:
6872 - ""
6973 resources:
7377 - create
7478 - delete
7579 - list
80+ - watch
7681 - update
7782 - apiGroups:
7883 - batch
You can’t perform that action at this time.
0 commit comments