#32181·dagster

helm chart references links that might be out of date

Author: xytxytxytCreated Sep 15, 2025Updated Sep 16, 2026
Labelstype: bug

What's the issue?

i wanted to learn how to inject a kubernetes secret as an environment variable so i went to the link here: https://github.com/dagster-io/dagster/blob/30e2f1275c0d247762fd756e86753fbda606e17f/helm/dagster/values.yaml#L112

the link in question, https://kubernetes.io/docs/concepts/configuration/secret/#use-case-as-container-environment-variables, does not seem to land anywhere in the page

for more context: the commented-out example in the helm chart goes like this:

      # envSecrets:
      #   - name: secret

this only says the name of the secret; i wanted to find out how to set the name of the environment variable

What did you expect to happen?

i think since the url contains a # it was intended to land the user somewhere in the page, which did not happen

How to reproduce?

in a browser, go to https://kubernetes.io/docs/concepts/configuration/secret/#use-case-as-container-environment-variables, does not seem to land anywhere in the page

Dagster version

i don't think this matters...

Deployment type

Dagster Helm chart

Deployment details

No response

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a ! We factor engagement into prioritization.