浏览代码

Update add_datasource.yml

Signed-off-by: sakshiarora13 <sakshi_arora1@dell.com>
sakshiarora13 3 年之前
父节点
当前提交
53bc8d548e
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      telemetry/roles/grafana_config/tasks/add_datasource.yml

+ 1 - 2
telemetry/roles/grafana_config/tasks/add_datasource.yml

@@ -13,7 +13,6 @@
 # limitations under the License.
 ---
 
-
 - name: Get grafana service IP
   command: kubectl get svc "{{ grafana_k8s }}" -n "{{ grafana_namespace }}" -o=jsonpath='{.spec.clusterIP}'
   changed_when: false
@@ -53,4 +52,4 @@
       timescaledb: true
     additional_secure_json_data:
       password: "{{ timescaledb_password }}"
-  no_log: true
+  no_log: true