diff options
Diffstat (limited to 'vnfs/DAaaS/deploy/collection/charts/prometheus/templates/rolebinding.yaml')
-rw-r--r-- | vnfs/DAaaS/deploy/collection/charts/prometheus/templates/rolebinding.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/rolebinding.yaml b/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/rolebinding.yaml index 04932ee1..b30c6cf7 100644 --- a/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/rolebinding.yaml +++ b/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/rolebinding.yaml @@ -14,4 +14,4 @@ roleRef: subjects: - kind: ServiceAccount name: {{ template "prometheus.serviceAccountName" . }} - namespace: {{ .Release.Namespace }}
\ No newline at end of file + namespace: {{ .Release.Namespace }} |