Hey all, we have been trying to set `fullnameOverr...
# deployment-kubernetes
s
Hey all, we have been trying to set
fullnameOverride
in out k8s deployment, and for whatever reason when we set the value according to the docs https://github.com/dagster-io/dagster/blob/d3678bc1830bb2e2525ea040f65bd213fb11bb5c/helm/dagster/values.yaml#L23 nothing happens, however when we set it to the
global
causes deployments to fail.... Anyone seen this before? Really all we are trying to do is shorten the user deployment names so we can see the repo name which currently gets truncated.
c
hey scott! What's the error you're seeing for the failure?
s
@chris For setting it outside of global, no error, just that it doesn't do anything. From what I gather when its in global something where its trying to create the cluster role multiple times. I am currently in the midst of seeing if we can try to reproduce the error to actually get more detail.
I've also been told doing something like this should work:
Copy code
dagster-user-deployments:
      enabled: true
      enableSubchart: true
      fullnameOverride: 'dp-orchestration'
However it gets ignored by deployments every time,
c
hmm it seems like something weird is happening with overriding these fields. For now, going to make an issue: https://github.com/dagster-io/dagster/issues/8715
j
@Scott Hood we likely won’t be able to get to this issue immediately, we’d review a pr ofc if you’re interested
s
Thanks for the update! I can take a look and see if I can do anything there, otherwise this isn't a pressing issue for us.