Skip to content

Commit 99f26b4

Browse files
claudia-lolam-bull
authored andcommitted
add always allow path "/metrics"
1 parent 64b67ae commit 99f26b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

charts/openstack-cloud-controller-manager/templates/daemonset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ spec:
5858
- --cloud-provider=openstack
5959
- --use-service-account-credentials=false
6060
- --controllers={{- trimAll "," (include "occm.enabledControllers" . ) -}}
61+
- --authorization-always-allow-paths="/metrics"
6162
{{- if .Values.serviceMonitor.enabled }}
6263
- --bind-address=0.0.0.0
6364
{{- else }}

0 commit comments

Comments
 (0)