From f11447d127d21dd56b302fe1014f4801d32511c5 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 26 Mar 2020 14:20:56 +0100 Subject: 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 --- .../examples/grafana/influxdb_grafanadatasource_cr.yaml | 4 ++-- .../examples/grafana/prometheus_grafanadatasource_cr.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'vnfs/DAaaS/microservices/visualization-operator') diff --git a/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/influxdb_grafanadatasource_cr.yaml b/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/influxdb_grafanadatasource_cr.yaml index 5d9753ee..3d6ef8c6 100644 --- a/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/influxdb_grafanadatasource_cr.yaml +++ b/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/influxdb_grafanadatasource_cr.yaml @@ -6,7 +6,7 @@ spec: datasources: - name: InfluxDB type: influxdb - url: http://localhost:8086 + url: http://localhost:8086 isDefault: false access: proxy withCredentials: true @@ -19,6 +19,6 @@ spec: jsonData: timeInterval: 15s grafana: - url: http://vis-grafana.default.svc.cluster.local + url: http://vis-grafana.default.svc.cluster.local username: admin password: admin diff --git a/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/prometheus_grafanadatasource_cr.yaml b/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/prometheus_grafanadatasource_cr.yaml index 2820baf7..90303243 100644 --- a/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/prometheus_grafanadatasource_cr.yaml +++ b/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/prometheus_grafanadatasource_cr.yaml @@ -8,7 +8,7 @@ spec: type: prometheus url: http://cp-prometheus-prometheus:9090 isDefault: true - access: direct + access: direct withCredentials: true basicAuth: true basicAuthUser: user @@ -18,6 +18,6 @@ spec: queryTimeout: 50s readOnly: false grafana: - url: http://vis-grafana.default.svc.cluster.local + url: http://vis-grafana.default.svc.cluster.local username: admin password: admin -- cgit 1.2.3-korg