aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/collection/charts/prometheus
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-26 14:20:56 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-26 14:20:56 +0100
commitf11447d127d21dd56b302fe1014f4801d32511c5 (patch)
treebdc3c9a91af81a7bf132b4324ee378eb71de11b7 /vnfs/DAaaS/deploy/collection/charts/prometheus
parentbba7ed02826fa1f33189eb1d2d43c74a0d45fe83 (diff)
Fix spacing issues in YAML files in vnfs
Fixes applied as reported by yamllint. Change-Id: I8bd30d49e728715fdc696bb984fbca842ac1c2b8 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'vnfs/DAaaS/deploy/collection/charts/prometheus')
-rw-r--r--vnfs/DAaaS/deploy/collection/charts/prometheus/templates/role.yaml2
-rw-r--r--vnfs/DAaaS/deploy/collection/charts/prometheus/templates/rolebinding.yaml2
-rw-r--r--vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/role.yaml b/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/role.yaml
index dfb932d8..4fa053e7 100644
--- a/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/role.yaml
+++ b/vnfs/DAaaS/deploy/collection/charts/prometheus/templates/role.yaml
@@ -18,4 +18,4 @@ rules:
verbs:
- get
- list
- - watch \ No newline at end of file
+ - watch
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 }}
diff --git a/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml b/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml
index e35c6735..a9f675da 100644
--- a/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml
+++ b/vnfs/DAaaS/deploy/collection/charts/prometheus/values.yaml
@@ -37,7 +37,7 @@ prometheus:
- port: cadvisor-prometheus
interval: 10s
path: /metrics
-
+
resources: {}
service:
type: ClusterIP