File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
charts/alloy-operator/templates/rbac Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111- apiGroups : ["autoscaling"]
1212 resources : ["horizontalpodautoscalers"]
1313 verbs : ["*"]
14- {{- if .Capabilities.APIVersions.Has "autoscaling.k8s.io/v1" - }}
14+ {{- if .Capabilities.APIVersions.Has "autoscaling.k8s.io/v1" }}
1515# Rules which allow the management of VerticalPodAutoscalers.
1616- apiGroups : ["autoscaling.k8s.io"]
1717 resources : ["verticalpodautoscalers"]
1818 verbs : ["*"]
1919{{- end }}
20- {{- if .Capabilities.APIVersions.Has "monitoring.coreos.com/v1" - }}
20+ {{- if .Capabilities.APIVersions.Has "monitoring.coreos.com/v1" }}
2121# Rules which allow the management of ServiceMonitor.
2222- apiGroups : ["monitoring.coreos.com"]
2323 resources : ["servicemonitors"]
You can’t perform that action at this time.
0 commit comments