Commit f3a6e6b4 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Convierte configuración de secret a config

No contiene valores comprometidos, ya que se toman de variables de
entorno.
parent 9abffe7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ services:
        aliases:
          - fluentd
      elastic-net:
    secrets:
    configs:
      - source: fluent-conf
        target: /fluentd/etc/fluent.conf
    logging:
@@ -39,6 +39,6 @@ networks:
  elastic-net:
    external: true

secrets:
configs:
  fluent-conf:
    file: ./conf/fluent.conf