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

Sample database causes deployment issues #16

Open
jarrettprosser opened this issue Mar 14, 2021 · 4 comments
Open

Sample database causes deployment issues #16

jarrettprosser opened this issue Mar 14, 2021 · 4 comments
Assignees

Comments

@jarrettprosser
Copy link

When trying to deploy this chart as a part of https://github.com/cetic/helm-nifi, I got the issue Secret "nifi-registry-config" is invalid: metadata.annotations: Too long: must have at most 262144 characters. I needed to remove the sample database and secret to get this to deploy correctly.

@ajitksingh1
Copy link

@jarrettprosser, I am also facing the same issue during deployment with helm. Did you find a workaround for using any other database ?

@jarrettprosser
Copy link
Author

@ajitksingh1 As I am using this as a subchart, I downloaded the files into the charts directory of my main chart, deleted the files data/nifi-registry-primary.mv.db and templates/secret.yaml, and then the deployment was successful.

@ajitksingh1
Copy link

Thanks @jarrettprosser

@bmgante
Copy link

bmgante commented Jun 24, 2021

Hi
I am facing this issue and would like to know if as WA i can safely remove the nifi-registry-primary.mv.db file from my subchart (I´ve added nifi-registry as subchart of main nifi helm chart)?

path: charts/nifi-registry/data/nifi-registry-primary.mv.db

If this file can be removed, what is indeed it´s goal?

Thanks

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

4 participants