From c798707c9d406a884d1e10d86b50e0c61f4d70af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Tue, 11 Aug 2026 14:09:22 +0200 Subject: [PATCH] Add enableServiceLinks: false to avoid K8s env warnings --- k8s/charts/lldap/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s/charts/lldap/templates/deployment.yaml b/k8s/charts/lldap/templates/deployment.yaml index 3335c9c..421d858 100644 --- a/k8s/charts/lldap/templates/deployment.yaml +++ b/k8s/charts/lldap/templates/deployment.yaml @@ -100,3 +100,4 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} automountServiceAccountToken: false + enableServiceLinks: false