diff --git a/charts/gpu-base-operator/templates/metrics_reader_role.yaml b/charts/gpu-base-operator/templates/metrics_reader_role.yaml index 51a75db..0a60ab5 100644 --- a/charts/gpu-base-operator/templates/metrics_reader_role.yaml +++ b/charts/gpu-base-operator/templates/metrics_reader_role.yaml @@ -1,7 +1,7 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: - name: metrics-reader + name: {{ .Release.Name }}-metrics-reader rules: - nonResourceURLs: - "/metrics"