Using existingConfigMap with helm chart as per documentation does not work #3953
-
I am trying to follow the documentation here to use a ConfigMap with the Verdaccio helm chart. The instructions are straightforward:
I have done these things but my Verdaccio container will not start. The only thing in the logs is a single error:
Are the steps in the documentation correct? And if so, how can I debug this? |
Beta Was this translation helpful? Give feedback.
Answered by
andrewrmiller
Jul 28, 2023
Replies: 1 comment
-
It seems that the filename used for the config file matters. You must use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andrewrmiller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that the filename used for the config file matters. You must use
config.yaml
otherwise the ConfigMap that gets created has a filename that Verdaccio doesn't recognize.