You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
I am running into prometheus/prometheus#7286 and need to set server.enableServiceLinks=false. It seems the field used to check k8s version here (.Capabilities.KubeVersion.GitVersion) was removed in helm@3.
The equivalent field in helm@3 is .Capabilities.KubeVersion.Version.
What you expected to happen:
enableServiceLinks should be rendered in deployment / stateful set
How to reproduce it (as minimally and precisely as possible):
The text was updated successfully, but these errors were encountered:
bfmiv
changed the title
[stable/prometheus] cannot set server.enableServiceLinks using helm@3
[stable/prometheus] cannot set server.enableServiceLinks using helm@3
Sep 2, 2020
Describe the bug
Setting
server.enableServiceLinks
yields no result.Version of Helm and Kubernetes:
Which chart:
stable/prometheus
What happened:
I am running into prometheus/prometheus#7286 and need to set
server.enableServiceLinks=false
. It seems the field used to check k8s version here (.Capabilities.KubeVersion.GitVersion
) was removed in helm@3.The equivalent field in helm@3 is
.Capabilities.KubeVersion.Version
.What you expected to happen:
enableServiceLinks
should be rendered in deployment / stateful setHow to reproduce it (as minimally and precisely as possible):
Anything else we need to know:
The text was updated successfully, but these errors were encountered: