This commit is contained in:
2024-01-24 09:43:11 +01:00
parent ae715a91a2
commit a66dcce956
2 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ data "kustomization_overlay" "data_no_ns" {
patches { patches {
target { target {
kind = "ClusterRoleBinding" kind = "ClusterRoleBinding"
name = "prometheus-community-kube-prometheus" name = "promtail"
} }
patch = local.rb-patch patch = local.rb-patch
} }

View File

@@ -6,11 +6,6 @@ metadata:
name: promtail name: promtail
description: null description: null
options: options:
log_format:
default: logfmt
examples:
- logfmt
type: string
images: images:
default: default:
promtail: promtail:
@@ -55,6 +50,11 @@ options:
examples: examples:
- info - info
type: string type: string
log_format:
default: logfmt
examples:
- logfmt
type: string
loki-url: loki-url:
default: loki default: loki
examples: examples: