From a66dcce956f234e1b29de35f4eddab735d3f63a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Wed, 24 Jan 2024 09:43:11 +0100 Subject: [PATCH] fix --- monitor/promtail/datas.tf | 2 +- monitor/promtail/index.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/monitor/promtail/datas.tf b/monitor/promtail/datas.tf index ed96c30..977a334 100644 --- a/monitor/promtail/datas.tf +++ b/monitor/promtail/datas.tf @@ -31,7 +31,7 @@ data "kustomization_overlay" "data_no_ns" { patches { target { kind = "ClusterRoleBinding" - name = "prometheus-community-kube-prometheus" + name = "promtail" } patch = local.rb-patch } diff --git a/monitor/promtail/index.yaml b/monitor/promtail/index.yaml index 0eb4044..5ec1636 100644 --- a/monitor/promtail/index.yaml +++ b/monitor/promtail/index.yaml @@ -6,11 +6,6 @@ metadata: name: promtail description: null options: - log_format: - default: logfmt - examples: - - logfmt - type: string images: default: promtail: @@ -55,6 +50,11 @@ options: examples: - info type: string + log_format: + default: logfmt + examples: + - logfmt + type: string loki-url: default: loki examples: