Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

n8n pod failing to configure - no encryption key #37

Closed
Korinin38 opened this issue Apr 21, 2023 · 1 comment
Closed

n8n pod failing to configure - no encryption key #37

Korinin38 opened this issue Apr 21, 2023 · 1 comment

Comments

@Korinin38
Copy link

According to values.yaml,

n8n:
  encryption_key: # n8n creates a random encryption key automatically on the first launch and saves it in the ~/.n8n folder. That key is used to encrypt the credentials before they get saved to the database.

I'm using helm on microk8s. With default values.yaml file,
$ microk8s helm -f values.yaml install n8n open-8gears/n8n --debug
results in pod with CreateContainerConfigError, specifically

  Type     Reason             Age              From               Message
  ----     ------             ----             ----               -------
  Warning  Failed             3s (x3 over 4s)  kubelet            Error: secret "n8n" not found

No .n8n folder is created.
I managed to bypass the issue by typing encryption key into values.yaml manually.

@Korinin38
Copy link
Author

Looks like #34 solves the issue.
@Vad1mo I would appreciate if you could look into the request and merge it if possible. I'm happy to provide any help needed.

@Vad1mo Vad1mo closed this as completed May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants