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
Dear developers,
I'm currently trying to set up a NOMAD-Oasis instance on a Kubernetes cluster via the Helm chart published at https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/helm/latest
We are using Flux for Helm deployments on our cluster and Flux refuses to deploy the Helm chart with the following error:
error":"error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors:\n line 9: mapping key \"app.kubernetes.io/name\" already defined at line 7","errorVerbose":"map[string]interface {}(nil): yaml: unmarshal errors:\n line 9: mapping key \"app.kubernetes.io/name\" already defined at line 7
Inspecting a rendered Helm chart via helm template nomad/nomad --version=1.1.0, I can find the duplicate key that Flux complains about, namely metadata.labels.app."kubernetes.io/name" in nomad/templates/configmap.yml, in my example around line 194.
Dear developers,
I'm currently trying to set up a NOMAD-Oasis instance on a Kubernetes cluster via the Helm chart published at https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/helm/latest
We are using Flux for Helm deployments on our cluster and Flux refuses to deploy the Helm chart with the following error:
Inspecting a rendered Helm chart via
helm template nomad/nomad --version=1.1.0
, I can find the duplicate key that Flux complains about, namelymetadata.labels.app."kubernetes.io/name"
innomad/templates/configmap.yml
, in my example around line 194.Here is the rendered template:
Rendered Helm template
Would it be possible to fix that duplication and publish an updated Helm chart?
Thanks and all the best,
Phillip
The text was updated successfully, but these errors were encountered: