From a44fdf6401bf887ef45bf9b8d925391366213aa5 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 31 Aug 2021 23:55:29 +0200 Subject: [PATCH] default enableServiceLinks to false, as we donnot use them in any place --- charts/library/common/Chart.yaml | 2 +- charts/library/common/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 6c77c4da55c..704a5815210 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -18,4 +18,4 @@ maintainers: name: common sources: null type: library -version: 6.12.3 +version: 6.12.4 diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index 326db42193d..c6c0899cf2f 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -144,7 +144,7 @@ dnsConfig: {} # -- Enable/disable the generation of environment variables for services. # [[ref]](https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#accessing-the-service) -enableServiceLinks: true +enableServiceLinks: false # -- Configure the Security Context for the Pod podSecurityContext: {}