From 1448be7da775241f09fbc79a7ac969485b5cf606 Mon Sep 17 00:00:00 2001 From: Brett Rowley Date: Fri, 13 Sep 2024 13:42:52 +0000 Subject: [PATCH] Forgot to update comment --- traefik/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/values.yaml b/traefik/values.yaml index 20c77d3a0..6d6d1d8cd 100644 --- a/traefik/values.yaml +++ b/traefik/values.yaml @@ -51,7 +51,7 @@ deployment: # -- Additional pod annotations (e.g. for mesh injection or prometheus scraping) # It supports templating. One can set it with values like traefik/name: '{{ template "traefik.name" . }}' podAnnotations: {} - # -- Additional Pod labels (e.g. for filtering Pod by custom labels) + # -- Whether or not to run tpl function for annotations templateAnnotations: true # -- Additional Pod labels (e.g. for filtering Pod by custom labels) podLabels: {}