Skip to content

Commit

Permalink
feat: prepare promtail for v6
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Jul 5, 2022
1 parent 4c03904 commit cad58f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions promtail.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ locals {

values_promtail_tls = <<-VALUES
defaultVolumes:
- name: run
hostPath:
path: /run/promtail
- name: containers
hostPath:
path: /var/lib/docker/containers
Expand All @@ -49,6 +52,8 @@ locals {
secret:
secretName: ${local.promtail["name"]}-tls
defaultVolumeMounts:
- name: run
mountPath: /run/promtail
- name: containers
mountPath: /var/lib/docker/containers
readOnly: true
Expand Down

0 comments on commit cad58f7

Please sign in to comment.