浏览代码

更新 'deploy-tmp.yaml'

yangxg 3 年之前
父节点
当前提交
524c8a4d07
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      deploy-tmp.yaml

+ 2 - 0
deploy-tmp.yaml

@@ -12,6 +12,8 @@ data:
     setup.template.name: "filebeat"
     setup.template.pattern: "filebeat-*"
     output.elasticsearch:
+      username: ${ELASTICSEARCH_USERNAME}
+      password: ${ELASTICSEARCH_PASSWORD}
       hosts: ["{{ .Values.elastricsearch.addr }}"]
       index: "frontend-filebeat"
 ---