default enableServiceLinks to false, as we donnot use them in any place

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-31 23:55:29 +02:00
parent da1a62e28c
commit a44fdf6401
2 changed files with 2 additions and 2 deletions

View File

@@ -18,4 +18,4 @@ maintainers:
name: common
sources: null
type: library
version: 6.12.3
version: 6.12.4

View File

@@ -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: {}