charts icon indicating copy to clipboard operation
charts copied to clipboard

Sample database causes deployment issues

Open jarrettprosser opened this issue 3 years ago • 4 comments

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.

jarrettprosser avatar Mar 14 '21 23:03 jarrettprosser

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

ajitksingh1 avatar Mar 30 '21 00:03 ajitksingh1

@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.

jarrettprosser avatar Mar 30 '21 00:03 jarrettprosser

Thanks @jarrettprosser

ajitksingh1 avatar Mar 30 '21 14:03 ajitksingh1

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

bmgante avatar Jun 24 '21 20:06 bmgante